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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ Start creating stunning effects immediately on both mobile and desktop.
152
152
### Version 0.9.0 - March 2026
153
153
**FastLED Channels API, FastLED Audio, sensors and palettes**
154
154
155
-
See [v0.9.0 Kanban board](https://github.com/users/MoonModules/projects/4) or log an [Issue](https://github.com/MoonModules/MoonLight/issues/new/choose) to report issues or request enhancements.
155
+
See [v1.0.0 Kanban board](https://github.com/users/MoonModules/projects/4) or log an [Issue](https://github.com/MoonModules/MoonLight/issues/new/choose) to report issues or request enhancements.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Start creating stunning effects immediately on both mobile and desktop.
158
158
### Version 0.9.0 - March 2026
159
159
**FastLED Channels API, FastLED Audio, sensors and palettes**
160
160
161
-
See [v0.9.0 Kanban board](https://github.com/users/MoonModules/projects/4) or log an [Issue](moonlight/overview.md#reporting-issues) to report issues or request enhancements.
161
+
See [v1.0.0 Kanban board](https://github.com/users/MoonModules/projects/4) or log an [Issue](moonlight/overview.md#reporting-issues) to report issues or request enhancements.
Copy file name to clipboardExpand all lines: platformio.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ build_flags =
117
117
118
118
-D NROF_END_POINTS=160 ; 💫 sets _server->config.max_uri_handlers. increase number of endpoints to 160, default is 120, one PsychicEndpoint is 56 bytes -> 8960 bytes
119
119
120
-
; -O2
120
+
; -O2
121
121
; Speed optimization.
122
122
; On ESP32 (Xtensa), this aggressively inlines functions and expands templates,
if ((_currentBoardPreset == BoardName::SE16V1) || (_currentBoardPreset == BoardName::LightCrafter16)) {
1096
1105
if (adc_mv_cinput > 330) // datasheet quiescent output voltage of 0.5V, which is ~330mV after the 10k/5k1 voltage divider. Ideally, this value should be measured at boot when nothing is displayed on the LEDs
0 commit comments