mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
updated example - for debugging
This commit is contained in:
@@ -1,6 +1,29 @@
|
|||||||
|
[platformio]
|
||||||
|
; default_envs = esp32-local
|
||||||
|
default_envs = esp8266-local
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
upload_protocol = espota
|
; upload_port = COM3
|
||||||
upload_flags =
|
upload_port = COM7
|
||||||
--port=8266
|
|
||||||
--auth=ems-esp-neo
|
; upload_protocol = espota
|
||||||
upload_port = ems-esp.local
|
; upload_flags =
|
||||||
|
; --port=8266
|
||||||
|
; --auth=ems-esp-neo
|
||||||
|
; upload_port = ems-esp.local
|
||||||
|
|
||||||
|
[common]
|
||||||
|
debug_flags = -DEMSESP_DEBUG
|
||||||
|
|
||||||
|
[env:esp32-local]
|
||||||
|
monitor_filters = esp32_exception_decoder
|
||||||
|
debug_tool = esp-prog
|
||||||
|
debug_init_break = tbreak setup
|
||||||
|
build_type = debug
|
||||||
|
extra_scripts =
|
||||||
|
; pre:scripts/build_interface.py
|
||||||
|
|
||||||
|
[env:esp8266-local]
|
||||||
|
monitor_filters = esp8266_exception_decoder
|
||||||
|
extra_scripts =
|
||||||
|
; pre:scripts/build_interface.py
|
||||||
|
|||||||
Reference in New Issue
Block a user