Skip to content

Commit c28d957

Browse files
committed
Update README, mention SweetPea ESP-210 support
1 parent 6b67905 commit c28d957

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Starting with 1.6.4, Arduino allows installation of third-party platform package
1717
##### Stable version ![](http://arduino.esp8266.com/badge.svg)
1818
Boards manager link: `http://arduino.esp8266.com/package_esp8266com_index.json`
1919

20-
Documentation: [Reference](http://arduino.esp8266.com/doc)
20+
Documentation: [Reference](http://arduino.esp8266.com/doc/README.md)
2121

2222
##### Staging version ![](http://arduino.esp8266.com/staging/badge.svg)
2323
Boards manager link: `http://arduino.esp8266.com/staging/package_esp8266com_index.json`
2424

25-
Documentation: [Reference](http://arduino.esp8266.com/staging/doc)
25+
Documentation: [Reference](http://arduino.esp8266.com/staging/doc/README.md)
2626

2727

2828
### Building latest version from source [![Linux build status](http://img.shields.io/travis/igrr/Arduino.svg)](https://travis-ci.org/igrr/Arduino)
@@ -42,7 +42,7 @@ Latest development version: [Reference](hardware/esp8266com/esp8266/doc/README.m
4242
- NodeMCU 1.0
4343
- Olimex MOD-WIFI-ESP8266
4444
- Adafruit HUZZAH ESP8266 (ESP-12)
45-
- [ST7735](https://github.com/nzmichaelh/Adafruit-ST7735-Library) - Adafruit's ST7735 library modified to be compatible with esp8266. Just make sure to modify the pins in the examples as they are still AVR specific.
45+
- SweetPea ESP-210
4646

4747
### Issues and support ###
4848

@@ -60,7 +60,7 @@ Feature branches with lots of small commits (especially titled "oops", "fix typo
6060

6161
### License and credits ###
6262

63-
Arduino IDE is based on Wiring and Processing. It is developed and maintained by the Arduino team. The IDE is licensed under GPL.
63+
Arduino IDE is developed and maintained by the Arduino team. The IDE is licensed under GPL.
6464

6565
ESP8266 core includes an xtensa gcc toolchain, which is also under GPL.
6666

build/build_board_manager_package.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ cat << EOF > package_esp8266com_index.json
8888
},
8989
{
9090
"name":"Adafruit HUZZAH ESP8266 (ESP-12)"
91+
},
92+
{
93+
"name":"SweetPea ESP-210"
9194
}
9295
],
9396
"toolsDependencies":[ {

0 commit comments

Comments
 (0)