- fix release and OTA environment debug mode bug
This commit is contained in:
ZanzyTHEbar 2022-12-15 01:32:04 +00:00
parent cd4c2e6d52
commit 3ece49d181
2 changed files with 6 additions and 2 deletions

View File

@ -267,7 +267,6 @@ build_flags =
-DWIFI_CHANNEL=${wifi.channel}
-DENABLE_OTA=${wifi.enableOTA}
-DDEBUG_ESP_PORT=Serial ; set the debug port
-DCORE_DEBUG_LEVEL=4 ; set the debug level
'-DMDNS_HOSTNAME=${wifi.mDNSName}' ; Set the OTA password
'-DOTA_PASSWORD=${wifi.OTAPassword}' ; Set the OTA password
'-DWIFI_SSID=${wifi.ssid}' ; Set the users wifi network name
@ -312,6 +311,7 @@ build_type = ${common.build_type}
extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
-DDEBUG_MODE=1 ; Set the debug mode
-DCORE_DEBUG_LEVEL=4 ; set the debug level
; CAMERA PINOUT DEFINITIONS
${pinoutsAITinker.build_flags}
@ -380,6 +380,7 @@ build_type = ${common.build_type}
extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
-DDEBUG_MODE=1 ; Set the debug mode
-DCORE_DEBUG_LEVEL=4 ; set the debug level
; CAMERA PINOUT DEFINITIONS
${pinoutsESPCam.build_flags}
@ -448,6 +449,7 @@ build_type = ${common.build_type}
extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
-DDEBUG_MODE=1 ; Set the debug mode
-DCORE_DEBUG_LEVEL=4 ; set the debug level
; CAMERA PINOUT DEFINITIONS
${pinoutsESP-EYE.build_flags}
@ -515,6 +517,7 @@ build_type = ${common.build_type}
extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
-DDEBUG_MODE=1 ; Set the debug mode
-DCORE_DEBUG_LEVEL=4 ; set the debug level
; CAMERA PINOUT DEFINITIONS
${pinoutsESPCAM_M5STACK.build_flags}
@ -586,6 +589,7 @@ extra_scripts = ${common.extra_scripts}
;monitor_dtr = ${common.monitor_dtr}
build_flags = ${common.build_flags}
-DDEBUG_MODE=1 ; Set the debug mode
-DCORE_DEBUG_LEVEL=4 ; set the debug level
; CAMERA PINOUT DEFINITIONS
${pinoutsESPWROVER.build_flags}
[env:wrover_release]

View File

@ -1 +1 @@
644
676