diff --git a/platformio.ini b/platformio.ini index 2c5dccf..7bdceac 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,9 +8,9 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:esp32dev] -platform = espressif32 -board = esp32dev +[env:nodemcuv2] +platform = espressif8266 +board = nodemcuv2 framework = arduino upload_speed = 921600 monitor_speed = 115200