Sync 12 and 34 working
This commit is contained in:
@@ -21,12 +21,12 @@ lib_deps =
|
||||
|
||||
;Upload protocol configuration
|
||||
upload_protocol = esptool
|
||||
upload_port = /dev/ttyACM1
|
||||
upload_port = /dev/ttyACM2
|
||||
upload_speed = 921600
|
||||
|
||||
;Monitor configuration
|
||||
monitor_speed = 115200
|
||||
monitor_port = /dev/ttyACM1
|
||||
monitor_port = /dev/ttyACM2
|
||||
|
||||
; Build configuration
|
||||
build_type = debug
|
||||
@@ -39,12 +39,12 @@ lib_deps = ${env:esp32-s3-devkitc1-n16r8.lib_deps}
|
||||
|
||||
;Upload protocol configuration
|
||||
upload_protocol = esptool
|
||||
upload_port = /dev/ttyACM1
|
||||
upload_port = /dev/ttyACM2
|
||||
upload_speed = 921600
|
||||
|
||||
;Monitor configuration
|
||||
monitor_speed = 115200
|
||||
monitor_port = /dev/ttyACM1
|
||||
monitor_port = /dev/ttyACM2
|
||||
|
||||
; Debug configuration
|
||||
debug_tool = esp-builtin
|
||||
@@ -58,4 +58,5 @@ build_flags =
|
||||
-ggdb3
|
||||
-DCORE_DEBUG_LEVEL=5
|
||||
-DARDUINO_USB_CDC_ON_BOOT=0
|
||||
-DARDUINO_USB_MODE=0
|
||||
-fstack-protector-all
|
||||
|
||||
Reference in New Issue
Block a user