Read wifi config from config folder, remove old OTA plugin

This commit is contained in:
Patrick Balsiger
2019-05-20 19:10:16 +02:00
parent 2bf40bcb6e
commit 28d885b087
6 changed files with 2 additions and 147 deletions

View File

@@ -1,6 +1,3 @@
[platformio]
env_default = basic_esp01
[common]
framework = arduino
platform = espressif8266
@@ -42,15 +39,4 @@ upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
ESPmDNS
[env:ota]
src_filter = +<*> -<examples/> +<examples/basic/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
ESP8266mDNS
ArduinoOTA
ESPmDNS