-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into S2_patch3
- Loading branch information
Showing
20 changed files
with
1,630 additions
and
1,612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ lib_deps = | |
build_flags = | ||
-D USERMOD_WLEDAUDIO | ||
lib_deps = | ||
https://github.com/netmindz/WLED-sync#v0.14.0.b16 | ||
https://github.com/netmindz/WLED-sync#07737aff9523a615f507b9525ffe55c98c440f8f ;; fixes 'Could not parse manifest' warning | ||
|
||
|
||
|
||
|
@@ -84,7 +84,6 @@ build_flags = | |
${starmod.build_flags} | ||
-DCONFIG_ASYNC_TCP_USE_WDT=0 | ||
-DLFS_THREADSAFE ;; enables use of semaphores in LittleFS driver | ||
-DARDUINO_USB_CDC_ON_BOOT=0 ;; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (needed on "classic ESP32") | ||
${appmod_leds.build_flags} | ||
${usermod_e131.build_flags} | ||
; ${usermod_ha.build_flags} | ||
|
@@ -106,8 +105,19 @@ upload_speed = 1500000 | |
build_flags = | ||
${env.build_flags} | ||
-DCONFIG_IDF_TARGET_ESP32=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=0 ;; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (needed on "classic ESP32") | ||
|
||
|
||
[env:pico32] | ||
board = pico32 ;https://github.com/platformio/platform-espressif32/blob/develop/boards/pico32.json | ||
; recommended to pin to a platform version, see https://github.com/platformio/platform-espressif32/releases | ||
platform = [email protected] ;using platformio/framework-arduinoespressif32 @ ~3.20014.0 / framework-arduinoespressif32 @ 3.20014.231204 (2.0.14) | ||
upload_speed = 230400 ;; reduced speed, as a manually attached serial-to-USB Module is needed on most pico boards (flimsy cables -> not reliable connection) | ||
build_flags = | ||
${env.build_flags} | ||
-DCONFIG_IDF_TARGET_ESP32=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=0 ;; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (needed on "classic ESP32") | ||
|
||
|
||
[env:lolin_d32] | ||
board = lolin_d32 ;https://github.com/platformio/platform-espressif32/blob/develop/boards/lolin_d32.json (no differences with esp32dev) | ||
|
@@ -116,6 +126,7 @@ platform = [email protected] ;using platformio/framework-arduinoespressif32 @ ~3 | |
build_flags = | ||
${env.build_flags} | ||
-DCONFIG_IDF_TARGET_ESP32=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=0 ;; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (needed on "classic ESP32") | ||
|
||
|
||
|
||
|
@@ -135,6 +146,20 @@ build_flags = ${env.build_flags} | |
-D LOLIN_WIFI_FIX ;; workaround for LOLIN C3/S2/S3 wifi instability. https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi | ||
|
||
|
||
[env:lolin_c3_mini] | ||
board = lolin_c3_mini ;https://github.com/platformio/platform-espressif32/blob/develop/boards/lolin_c3_mini.json | ||
;; platform = [email protected] ;; WLED default framework version | ||
platform = [email protected] ;; this one behaves better for debugging | ||
upload_speed = 256000 | ||
build_unflags = | ||
; -DARDUINO_USB_CDC_ON_BOOT=1 ;; un-comment if you want to use a "real" serial-to-USB moddule !!!! make sure =0 and not =1 is uncommented!! | ||
build_flags = ${env.build_flags} | ||
-DDCONFIG_IDF_TARGET_ESP32C3=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=1 ;; for debugging over USB | ||
; -DARDUINO_USB_CDC_ON_BOOT=0 ;; with serial-to-USB moddule (use in case your board hangs without USB connection) | ||
-DARDUINO_USB_MODE=1 ;; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (mandatory on -C3) | ||
-DLOLIN_WIFI_FIX ;; activate workaround for LOLIN C3/S2/S3 wifi instability. https://www.wemos.cc/en/latest/c3/c3_mini_1_0_0.html#about-wifi | ||
; -D DEBUG=1 -D CORE_DEBUG_LEVEL=1 -D ARDUINOJSON_DEBUG=1 ;; for more debug output | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.