mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
22 lines
456 B
Plaintext
22 lines
456 B
Plaintext
[env]
|
|
; upload_port = COM3
|
|
|
|
[common]
|
|
; 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
|
|
extra_scripts =
|
|
; pre:scripts/build_interface.py
|
|
scripts/rename_fw.py
|