; 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 = wemos-d1 [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.135 [env:wemos-d1] framework = arduino platform = espressif8266 board = d1_mini upload_protocol = espota upload_port = 192.168.1.135 lib_deps = # RECOMMENDED # Accept new functionality in a backwards compatible manner and patches heman/AsyncMqttClient-esphome @ ^2.1.0