mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-28 12:41:38 +01:00
Add support for the new ESP8266 based boards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user