Skip to content

Commit 7bd831d

Browse files
committed
Updated Readme after acceptance of pull request sparkfun/Arduino_Apollo3#430
1 parent 9fa0faf commit 7bd831d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ To specify which framework and version to use, see [below](#specifying-the-versi
2222

2323
# Quick Start
2424
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.
2725

2826
## 1. Install `platform-apollo3blue`
2927
````
@@ -41,11 +39,12 @@ $ cd new_project
4139
And then either:
4240
### Core V2
4341
```
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""
4543
```
4644

4745
or:
4846
### 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.
4948
```
5049
$ pio init -b SparkFun_RedBoard_Artemis_ATP -O"platform_packages=framework-arduinoapollo3@https://github.com/nigelb/Arduino_Apollo3#v1.2.1_pio"
5150
```

0 commit comments

Comments
 (0)