mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-29 18:19:09 +03:00
add Ethernet
This commit is contained in:
@@ -1,28 +1,21 @@
|
||||
; ESP32 with debugger
|
||||
; do not build web
|
||||
; builds with DEBUG and TEST
|
||||
|
||||
[platformio]
|
||||
default_envs = esp32
|
||||
|
||||
[env]
|
||||
upload_port = COM3
|
||||
|
||||
; upload_protocol = espota
|
||||
; upload_flags =
|
||||
; --port=8266
|
||||
; --auth=ems-esp-neo
|
||||
; upload_port = ems-esp.local
|
||||
; upload_port = COM3
|
||||
|
||||
[common]
|
||||
debug_flags = -DEMSESP_DEBUG -DEMSESP_TEST -DEMSESP_FORCE_SERIAL
|
||||
; debug_flags = -DENABLE_CORS -DEMSESP_DEBUG -DEMSESP_TEST
|
||||
debug_flags = -DEMSESP_DEBUG -DEMSESP_TEST
|
||||
; debug_flags = -DEMSESP_TEST
|
||||
|
||||
upload_protocol = espota
|
||||
upload_flags =
|
||||
--port=8266
|
||||
--auth=ems-esp-neo
|
||||
upload_port = ems-esp.local
|
||||
|
||||
[env:esp32]
|
||||
monitor_filters = esp32_exception_decoder
|
||||
debug_tool = esp-prog
|
||||
debug_init_break = tbreak setup
|
||||
build_type = debug
|
||||
extra_scripts =
|
||||
; pre:scripts/build_interface.py
|
||||
; pre:scripts/build_interface.py
|
||||
scripts/rename_fw.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user