mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
update
- fix release and OTA environment debug mode bug
This commit is contained in:
parent
cd4c2e6d52
commit
3ece49d181
@ -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]
|
||||
|
||||
@ -1 +1 @@
|
||||
644
|
||||
676
|
||||
Loading…
Reference in New Issue
Block a user