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
Copy file name to clipboardExpand all lines: platformio.ini
+29-22Lines changed: 29 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -525,10 +525,10 @@ build_flags = -g
525
525
-D CONFIG_ASYNC_TCP_TASK_STACK_SIZE=9472 ;; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
526
526
-D CONFIG_ASYNC_TCP_STACK_SIZE=9472 ;; *sigh* newer asyncTCP uses this instead of .._TASK_..
527
527
-DCO
528
-
-D WLED_USE_SHARED_RMT ;; don't use the RMTHI driver (not compatible with -C3)
529
528
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3
530
529
;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry:
531
530
;; ARDUINO_USB_CDC_ON_BOOT
531
+
-D WLED_USE_SHARED_RMT ;; don't use the RMTHI driver (not compatible with -C3)
532
532
533
533
lib_deps =
534
534
esp32async/AsyncTCP @ 3.4.7
@@ -557,7 +557,7 @@ build_flags = -g
557
557
-DCO
558
558
;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry:
0 commit comments