revert to esp8266 in platformio.ini

latest build
This commit is contained in:
Rick Watson
2019-06-03 22:15:01 +01:00
parent 537b3951cf
commit 49132c66f8
6 changed files with 5 additions and 5 deletions

View File

@ -7,10 +7,10 @@
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:node32s]
platform = espressif32
board = node32s
[env:esp12e]
platform = espressif8266
board = esp12e
board_build.f_cpu = 160000000L
extra_scripts = pre:timelib_fix.py