You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-D ARDUINO_USB_CDC_ON_BOOT=0 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_DFU_ON_BOOT=0 -D ARDUINO_USB_MODE=1 ;; for boards with serial-to-USB chip
403
+
;-D ARDUINO_USB_CDC_ON_BOOT=1 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_DFU_ON_BOOT=0 ; -D ARDUINO_USB_MODE=0 ;; for boards with USB-OTG connector only (USBCDC or "TinyUSB")
404
+
-D WLED_DEBUG
401
405
lib_deps = ${esp32s3.lib_deps}
402
406
board_build.partitions = tools/WLED_ESP32_8MB.csv
403
407
board_build.f_flash = 80000000L
404
408
board_build.flash_mode = qio
409
+
; board_build.flash_mode = dio ;; try this if you have problems at startup
0 commit comments