remove usb and ota uploads, now in pio_local.ini

This commit is contained in:
proddy
2020-10-18 20:22:21 +02:00
parent 3bb236eeaa
commit db82917f82

View File

@@ -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