Skip to content

Commit 54da587

Browse files
committed
Merge branch '0.6.0-patch1'
2 parents cdbbb91 + de57d77 commit 54da587

7 files changed

+2
-2
lines changed
-1.27 KB
Binary file not shown.
-1.27 KB
Binary file not shown.
-1.06 KB
Binary file not shown.
-960 Bytes
Binary file not shown.
-1.08 KB
Binary file not shown.

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build_flags =
5656
-D BUILD_TARGET=\"$PIOENV\"
5757
-D APP_NAME=\"MoonLight\" ; 🌙 Must only contain characters from [a-zA-Z0-9-_] as this is converted into a filename
5858
-D APP_VERSION=\"0.6.0\" ; semver compatible version string
59-
-D APP_DATE=\"2025110711\" ; 🌙
59+
-D APP_DATE=\"2025111211\" ; 🌙
6060

6161
-D PLATFORM_VERSION=\"pioarduino-55.03.32\" ; 🌙 make sure it matches with above plaftform
6262

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ void setup() {
261261

262262
xTaskCreateUniversal(driverTask, // task function
263263
"AppDriverTask", // name
264-
(psramFound() ? 6 : 4) * 1024, // d0-tuning... stack size
264+
(psramFound() ? 6 : 3) * 1024, // d0-tuning... stack size
265265
NULL, // parameter
266266
3, // priority (between 5 and 10: ASYNC_WORKER_TASK_PRIORITY and Restart/Sleep), don't set it higher then 10...
267267
&driverTaskHandle, // task handle

0 commit comments

Comments
 (0)