|
@ -8,9 +8,9 @@ |
|
|
; Please visit documentation for the other options and examples |
|
|
; Please visit documentation for the other options and examples |
|
|
; http://docs.platformio.org/page/projectconf.html |
|
|
; http://docs.platformio.org/page/projectconf.html |
|
|
|
|
|
|
|
|
[env:nodemcuv2] |
|
|
[env:nodemcu] |
|
|
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage |
|
|
;platform = https://github.com/platformio/platform-espressif8266.git#feature/stage |
|
|
;platform = espressif8266 |
|
|
platform = espressif8266 |
|
|
board = nodemcu |
|
|
board = nodemcu |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
board_build.f_cpu = 80000000L |
|
|
board_build.f_cpu = 80000000L |
|
|