File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ Locate your .platformio directory which it typically in your home directory:
12
12
Clone [ SparkFun's Arduino framework] ( https://github.com/sparkfun/Arduino_Apollo3 ) :
13
13
14
14
~/.platformio> cd packages
15
- ~/.platformio>/packages> git clone https://github.com/sparkfun/Arduino_Apollo3.git framework-arduinoapollo3
15
+ ~/.platformio>/packages> git clone --recurse-submodules https://github.com/sparkfun/Arduino_Apollo3.git framework-arduinoapollo3
16
16
17
17
Create a ` package.json ` file in the directory you just cloned ` .platformio/packages/framework-arduinoapollo3/ ` with the following contents:
18
18
19
19
``` json
20
20
{
21
21
"name" : " framework-arduinoapollo3" ,
22
22
"description" : " Arduino Wiring-based Framework (Apollo3 Core)" ,
23
- "version" : " 1 .0.22 " ,
23
+ "version" : " 2 .0.2 " ,
24
24
"url" : " https://github.com/sparkfun/Arduino_Apollo3"
25
25
}
26
26
```
You can’t perform that action at this time.
0 commit comments