File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,20 @@ How to build
4
4
1. Install `Visual Studio Code <https://code.visualstudio.com/ >`_
5
5
2. Install `PlatformIO Extension for VSCode <https://platformio.org/platformio-ide >`_
6
6
3. Install SiWi GSM Platform:
7
- * Open PlatformIO Home
8
- * Go to Platforms -> Advanced Installation
9
- * Paste repository link https://github.com/siwiembedded/platform-siwigsm.git
10
- * Click Install
7
+
8
+ * Open PlatformIO Home
9
+ * Go to Platforms -> Advanced Installation
10
+ * Paste repository link https://github.com/siwiembedded/platform-siwigsm.git
11
+ * Click Install
12
+
11
13
4. Download and Extract examples from github https://github.com/siwiembedded/siwigsm/archive/master.zip
12
- 5. Extract and Open example folder with _VSCode_
14
+ 5. Extract and Open example folder with * VSCode *
13
15
6. Run following command:
16
+
14
17
.. code-block :: bash
15
- # Build Project
16
- $ platformio run
17
-
18
- # Upload Project
19
- $ platformio run --target upload
18
+
19
+ # Build Project
20
+ $ platformio run
21
+
22
+ # Upload Project
23
+ $ platformio run --target upload
You can’t perform that action at this time.
0 commit comments