mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
remove usb and ota uploads, now in pio_local.ini
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user