Skip to content

Commit

Permalink
Fix I2SClocklessLedDriver commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoudwijma committed Jul 20, 2024
1 parent 444a436 commit c00a457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lib_deps =
build_flags =
-D STARLIGHT_CLOCKLESS_LED_DRIVER
lib_deps =
https://github.com/hpwit/I2SClocklessLedDriver.git#dev ;#47db25d
https://github.com/hpwit/I2SClocklessLedDriver.git#5414935 ;#dev 20240704

[STARLIGHT_CLOCKLESS_LED_DRIVER_S3]
build_flags =
Expand All @@ -87,7 +87,7 @@ lib_deps =
build_flags =
; -D APP=StarBase
-D PIOENV=$PIOENV
-D VERSION=24071809 ; Date and time (GMT!), update at every commit!!
-D VERSION=24071919 ; Date and time (GMT!), update at every commit!!
-D LFS_THREADSAFE ; enables use of semaphores in LittleFS driver
-D STARBASE_DEVMODE
${ESPAsyncWebServer.build_flags} ;alternatively PsychicHttp
Expand Down Expand Up @@ -167,10 +167,10 @@ build_flags =
${env.build_flags}
-D CONFIG_IDF_TARGET_ESP32=1
-D ARDUINO_USB_CDC_ON_BOOT=0 ; Make sure that the right HardwareSerial driver is picked in arduino-esp32 (needed on "classic ESP32")
${STARLIGHT_CLOCKLESS_LED_DRIVER.build_flags} ; temporary here, until there is one driver for s3 and non s3
; ${STARLIGHT_CLOCKLESS_LED_DRIVER.build_flags} ; temporary here, until there is one driver for s3 and non s3
lib_deps =
${env.lib_deps}
${STARLIGHT_CLOCKLESS_LED_DRIVER.lib_deps} ; temporary here, until there is one driver for s3 and non s3
; ${STARLIGHT_CLOCKLESS_LED_DRIVER.lib_deps} ; temporary here, until there is one driver for s3 and non s3


[env:pico32]
Expand Down

0 comments on commit c00a457

Please sign in to comment.