; 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 [common] platform = espressif8266 framework = arduino lib_deps = ESP8266WiFi@1.0 ezTime@0.8.3 bblanchon/ArduinoJson@6.19.4 [env:nodemcuv2] extends = common board = nodemcuv2 [env:esp01] extends = common board = esp01 board_build.flash_mode = dout