diff --git a/platformio.ini b/platformio.ini index fc99d60..198c3c7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -19,3 +19,15 @@ lib_deps = bblanchon/ArduinoJson@^6.19.4 olikraus/U8g2@^2.33.12 monitor_speed = 115200 + +[env:esp8266] +platform = espressif8266 +board = esp12e +framework = arduino +lib_deps = + knolleary/PubSubClient@^2.8 + extentsoftware/TBeamPower@^2.0.4 + peterus/esp-logger @ 0.0.1 + bblanchon/ArduinoJson@^6.19.4 + olikraus/U8g2@^2.33.12 +monitor_speed = 115200