Add support for the new ESP8266 based boards

This commit is contained in:
Ivan Kravets
2015-12-17 20:16:17 +02:00
parent 3cbbecb413
commit 3830e98c1d
8 changed files with 331 additions and 21 deletions

View File

@@ -22,7 +22,17 @@ platform = espressif
framework = arduino
board = esp01
[env:esp12e]
[env:nodemcu]
platform = espressif
framework = arduino
board = esp12e
board = nodemcu
[env:huzzah]
platform = espressif
framework = arduino
board = huzzah
[env:thing]
platform = espressif
framework = arduino
board = thing