You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ To specify which framework and version to use, see [below](#specifying-the-versi
22
22
23
23
# Quick Start
24
24
Here we document the quickest way to get started using `platform-apollo3blue`.
25
-
Until all the necessary updates required to use platformio and platform-apollo3blue with [sparkfun/Arduino_Apollo3](https://github.com/sparkfun/Arduino_Apollo3) have made it into the [sparkfun/Arduino_Apollo3](https://github.com/sparkfun/Arduino_Apollo3) repository
26
-
I am maintaining a fork of it [here](https://github.com/nigelb/Arduino_Apollo3) with the required updates.
27
25
28
26
## 1. Install `platform-apollo3blue`
29
27
````
@@ -41,11 +39,12 @@ $ cd new_project
41
39
And then either:
42
40
### Core V2
43
41
```
44
-
$ pio init -b SparkFun_RedBoard_Artemis_ATP -O"platform_packages=framework-arduinoapollo3@https://github.com/nigelb/Arduino_Apollo3#v2.1.1_pio"
42
+
$ pio init -b SparkFun_RedBoard_Artemis_ATP -O"platform_packages=framework-arduinoapollo3@https://github.com/sparkfun/Arduino_Apollo3#v2.2.0""
45
43
```
46
44
47
45
or:
48
46
### Core V1
47
+
Until the version number is bumped for the core v1 branch, I am maintaining a fork of it [here](https://github.com/nigelb/Arduino_Apollo3) with the required updates.
49
48
```
50
49
$ pio init -b SparkFun_RedBoard_Artemis_ATP -O"platform_packages=framework-arduinoapollo3@https://github.com/nigelb/Arduino_Apollo3#v1.2.1_pio"
0 commit comments