mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
176 lines
5.0 KiB
INI
176 lines
5.0 KiB
INI
#!! DO NOT CHANGE ANYTHING BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING
|
|
# IF YOU ARE A USER DO NOT TOUCH THIS FILE
|
|
|
|
[env:esp32AIThinker]
|
|
board = esp32cam
|
|
build_type = debug
|
|
build_flags = ${env.build_flags}
|
|
-DCORE_DEBUG_LEVEL=4 ; set the debug level
|
|
-DDEBUG_MODE=1 ; Set the debug mode
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsAIThinker.build_flags}
|
|
|
|
[env:esp32AIThinker_release]
|
|
board = esp32cam
|
|
build_type = release
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsAIThinker.build_flags}
|
|
|
|
; Experimental OTA Environment - do not select unless you know what you are doing
|
|
[env:esp32AIThinker_OTA]
|
|
board = esp32cam
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
-DDEBUG_ESP_OTA
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsAIThinker.build_flags}
|
|
upload_port = ${ota.otaserverip}
|
|
upload_protocol = espota
|
|
upload_flags =
|
|
--port=${ota.otaserverport}
|
|
--auth=${ota.otapassword}
|
|
build_type = release
|
|
|
|
[env:esp32M5Stack]
|
|
board = esp32cam
|
|
build_type = debug
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=1
|
|
-DCORE_DEBUG_LEVEL=4
|
|
${pinoutsESPCAM_M5STACK.build_flags}
|
|
|
|
[env:esp32M5Stack_release]
|
|
board = esp32cam
|
|
build_type = release
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0
|
|
-DCORE_DEBUG_LEVEL=1
|
|
${pinoutsESPCAM_M5STACK.build_flags}
|
|
|
|
[env:esp32M5Stack_OTA]
|
|
board = esp32cam
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0
|
|
-DCORE_DEBUG_LEVEL=1
|
|
-DDEBUG_ESP_OTA
|
|
${pinoutsESPCAM_M5STACK.build_flags}
|
|
upload_port = ${ota.otaserverip}
|
|
upload_protocol = espota
|
|
upload_flags =
|
|
--port=${ota.otaserverport}
|
|
--auth=${ota.otapassword}
|
|
build_type = release
|
|
|
|
[env:esp32Cam]
|
|
board = esp32cam
|
|
build_type = debug
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=1 ; Set the debug mode
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESPCam.build_flags}
|
|
|
|
[env:esp32Cam_release]
|
|
board = esp32cam
|
|
build_type = release
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESPCam.build_flags}
|
|
|
|
; Experimental OTA Environment - do not select unless you know what you are doing
|
|
[env:esp32Cam_OTA]
|
|
board = esp32cam
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
-DDEBUG_ESP_OTA
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESPCam.build_flags}
|
|
upload_port = ${ota.otaserverip}
|
|
upload_protocol = espota
|
|
upload_flags =
|
|
--port=${ota.otaserverport}
|
|
--auth=${ota.otapassword}
|
|
build_type = release
|
|
|
|
[env:esp_eye]
|
|
board = esp-wrover-kit
|
|
;board_build.f_flash = 80000000L
|
|
;board_build.flash_mode = qio
|
|
build_type = debug
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=1 ; Set the debug mode
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESP-EYE.build_flags}
|
|
|
|
[env:esp_eye_release]
|
|
board = esp-wrover-kit
|
|
;board_build.f_flash = 80000000L
|
|
;board_build.flash_mode = qio
|
|
build_type = release
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESP-EYE.build_flags}
|
|
|
|
; Experimental OTA Environment - do not select unless you know what you are doing
|
|
[env:esp_eye_OTA]
|
|
board = esp-wrover-kit
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
-DDEBUG_ESP_OTA
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESP-EYE.build_flags}
|
|
upload_port = ${ota.otaserverip}
|
|
upload_protocol = espota
|
|
upload_flags =
|
|
--port=${ota.otaserverport}
|
|
--auth=${ota.otapassword}
|
|
build_type = release
|
|
|
|
[env:wrover]
|
|
board = esp-wrover-kit
|
|
board_build.f_flash = 80000000L
|
|
board_build.flash_mode = qio
|
|
build_type = debug
|
|
build_flags = ${env.build_flags}
|
|
-DCORE_DEBUG_LEVEL=4 ; set the debug level
|
|
-DDEBUG_MODE=1 ; Set the debug mode
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESPWROVER.build_flags}
|
|
|
|
[env:wrover_release]
|
|
board = esp-wrover-kit
|
|
board_build.f_flash = 80000000L
|
|
board_build.flash_mode = qio
|
|
build_type = debug
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESPWROVER.build_flags}
|
|
|
|
[env:wrover_OTA]
|
|
board = esp-wrover-kit
|
|
board_build.f_flash = 80000000L
|
|
board_build.flash_mode = qio
|
|
build_flags = ${env.build_flags}
|
|
-DDEBUG_MODE=0 ; Set the debug mode
|
|
-DCORE_DEBUG_LEVEL=1
|
|
-DDEBUG_ESP_OTA
|
|
; CAMERA PINOUT DEFINITIONS
|
|
${pinoutsESPWROVER.build_flags}
|
|
upload_port = ${ota.otaserverip}
|
|
upload_protocol = espota
|
|
upload_flags =
|
|
--port=${ota.otaserverport}
|
|
--auth=${ota.otapassword}
|
|
build_type = release
|