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
- esp32c6 section now properly extends esp32_idf_V5 like other variants (S2, C3)
- Removed duplicate lib_deps, now inherits from esp32_idf_V5
- Fixed comment typo (ESP32-C3 -> ESP32-C6)
- Use full GifDecoder hash for git fetch compatibility
Tested: esp32c6dev_4MB and esp32_wrover both build successfully.
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3
366
+
-DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C6
372
367
;; ESP32-C6 uses BitBang method for NeoPixel (RMT not supported in NeoPixelBus for C6)
373
368
-D FASTLED_NO_FASTLED ;; Disable FastLED's own RMT driver to avoid conflict with ESP-IDF
374
369
;; 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:
375
370
;; ARDUINO_USB_CDC_ON_BOOT
371
+
${esp32_idf_V5.build_flags}
376
372
lib_deps =
377
-
;;https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
378
-
https://github.com/softhack007/AsyncTCP.git#ESP32-C6 ;; patched version needed for -C6
379
-
;; NeoPixelBus already included in env.lib_deps - removed to avoid duplicate linking
0 commit comments