mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
optimized esp32 partition table for ota
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[env]
|
||||
; upload_port = COM3
|
||||
upload_port = COM3
|
||||
|
||||
[common]
|
||||
; debug_flags = -DENABLE_CORS -DEMSESP_DEBUG -DEMSESP_TEST
|
||||
debug_flags = -DEMSESP_DEBUG -DEMSESP_TEST
|
||||
; debug_flags = -DEMSESP_TEST
|
||||
; debug_flags = -DENABLE_CORS -DEMSESP_TEST
|
||||
; debug_flags = -DEMSESP_DEBUG -DEMSESP_TEST
|
||||
debug_flags = -DEMSESP_TEST
|
||||
|
||||
upload_protocol = espota
|
||||
upload_flags =
|
||||
@@ -17,5 +17,5 @@ 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
|
||||
; pre:scripts/build_interface.py
|
||||
; scripts/rename_fw.py
|
||||
|
||||
Reference in New Issue
Block a user