; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [platformio] ;default_envs = nodemcuv2 default_envs = esp07 [env:nodemcuv2] platform = espressif8266 board = nodemcuv2 framework = arduino ;board_build.f_cpu = 26000000L ;board_build.ldscript = eagle.flash.1m.ld upload_protocol = espota upload_port = 192.168.1.95 lib_deps = ;grubykarol/RemoteDebugFork997 @ ^3.0.7 ;links2004/WebSockets @ ^2.3.6 swicago/HeatPump @ ^1.0.0 bblanchon/ArduinoJson @ ^6.18.0 [env:esp07] platform = espressif8266 board = esp07 framework = arduino board_build.f_cpu = 26000000L board_build.ldscript = eagle.flash.1m.ld upload_protocol = espota upload_port = 192.168.1.155 lib_deps = # RECOMMENDED # Accept new functionality in a backwards compatible manner and patches ;grubykarol/RemoteDebugFork997 @ ^3.0.7 swicago/HeatPump @ ^1.0.0 ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0 ayushsharma82/WebSerial @ ^1.3.0 heman/AsyncMqttClient-esphome @ ^2.1.0 ; bblanchon/ArduinoJson @ ^6.18.0