; 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 ; http://docs.platformio.org/page/projectconf.html [platformio] env_default = button [common] framework = arduino platform = espressif8266 board = esp12e upload_speed = 921600 monitor_baud = 115200 lib_deps = Hash ESP Async WebServer ESPAsyncTCP TaskScheduler painlessMesh [env:build] src_filter = +<*> - #platform = https://github.com/platformio/platform-espressif8266.git#feature/stage #platform = https://github.com/platformio/platform-espressif8266.git #platform = espressif8266@~1.6.0 platform = ${common.platform} board = ${common.board} upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps} #build_flags = -DLED_PIN=2 -g ;upload_port = /dev/ttyUSB0 ;upload_port = 192.168.1.168 [env:basic] src_filter = +<*> - - + platform = ${common.platform} board = ${common.board} upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps} [env:mesh] src_filter = +<*> - - + platform = ${common.platform} board = ${common.board} upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps} [env:meshMqttBridge] src_filter = +<*> - - + platform = espressif8266 board = esp12e upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps} PubSubClient [env:illucat] src_filter = +<*> - - + platform = ${common.platform} board = ${common.board} upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps} Adafruit NeoPixel [env:button] src_filter = +<*> - - + platform = ${common.platform} board = ${common.board} upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps}