diff --git a/platformio.ini b/platformio.ini index 377e34876..84ab83b95 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,7 +1,7 @@ ; PlatformIO Project Configuration File for EMS-ESP [platformio] -; default_envs = esp8266 +default_envs = esp8266 ; default_envs = esp32 # override any settings with your own local ones in pio_local.ini @@ -59,18 +59,6 @@ check_flags = cppcheck: --std=c++11 -v clangtidy: --checks=-*,clang-analyzer-*,performance-* -; USB upload -; upload_protocol = esptool -; upload_port = COM4 -; upload_port = /dev/cu.wchusbserial1410 - -; OTA upload -upload_protocol = espota -upload_flags = - --port=8266 - --auth=ems-esp-neo -upload_port = ems-esp.local - [env:esp8266] board = esp12e ; https://github.com/platformio/platform-espressif8266/tree/master/boards build_type = release