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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ build_flags =
57
57
-D BUILD_TARGET=\"$PIOENV\"
58
58
-D APP_NAME=\"MoonLight\"; 🌙 Must only contain characters from [a-zA-Z0-9-_] as this is converted into a filename
59
59
-D APP_VERSION=\"0.9.1\"; semver compatible version string
60
-
-D APP_DATE=\"20260404\"; 🌙
60
+
-D APP_DATE=\"20260406\"; 🌙
61
61
62
62
-D PLATFORM_VERSION=\"pioarduino-55.03.37\"; 🌙 make sure it matches with above plaftform
63
63
@@ -224,11 +224,12 @@ build_flags =
224
224
-D DRIVERS_STACK_SIZE=6144 ; psramFound() ? 4 * 1024 : 3 * 1024, 4096 is sufficient for now. Update: due to FastLED audio I had to increase to 6144 (might want to move audio to a separate task)
225
225
226
226
; -D FASTLED_TESTING ; causes duplicate definition of initSpiHardware(); - workaround: removed implementation in spi_hw_manager_esp32.cpp.hpp
; https://github.com/FastLED/FastLED#f72b5b6a0725368f2bccd0e58c8c911e74c439a1 ; 20260405 'FL_LOGE' was not declared in this scope; did you mean 'FL_E'?
230
231
; https://github.com/FastLED/FastLED#eca4af576737353e703866fa54d4c897cebb9208 ; 20260404 third party Yves link errors
; https://github.com/hpwit/I2SClocklessLedDriver.git#4548eee0ada619679216793452af730c06107a1f ; dev 20260307: setGamma arguments in rgb order, sem wait log to 500ms, small fixes
331
332
; https://github.com/hpwit/I2SClocklessLedDriver.git#a411023b3f7bfad727e5b2835719af39e56f3de1 ; dev 20260318: add RGBCCT
332
333
; https://github.com/hpwit/I2SClocklessLedDriver.git#01f67930a1fee95a2b33e79ec108f3fbd28f3825 ; dev 20260318: add RGBCCT + mem mgmt
333
-
https://github.com/hpwit/I2SClocklessLedDriver.git#0996b637b1770e8f8efc15d01c55f512e7d36033 ; dev 20260319: add RGBCCT + mem mgmt + fixes
334
+
; https://github.com/hpwit/I2SClocklessLedDriver.git#0996b637b1770e8f8efc15d01c55f512e7d36033 ; dev 20260319: add RGBCCT + mem mgmt + fixes
335
+
; https://github.com/hpwit/I2SClocklessLedDriver.git#54db938cce6943f149791fb0558fecd12682959a ; dev 20260406: linting applied
336
+
https://github.com/hpwit/I2SClocklessLedDriver.git#a736f5ecb1d71056521f8054295a8326908550d4 ; dev 20260406: release 1.4
0 commit comments