Commit bf5c6e7
committed
Enable board presets ! Monitor show white, Led driver sk6812 tweaks
Battery Features default on (board presets should control it)
esp32-s3.ini: remove esp32-s3-stephanelec-16p, use esp32-s3-devkitc-1-n8r8v + board preset SE16, remove VOLTAGE and CURRENT PIN for the same reason
Front end
========
- Monitor: add offsetWhite
Back end
=======
- ESP32SvelteKit: remove energy stuff (move to main)
- Layouts and live scripts: remove pin and replace addPin(pin) by nextPin
- Platform.ini: latest I2SClocklessLedDriver (sk6812 tweaks)
- Main: add moduleIO to Lights control and drivers (for board preset pins), add loop20ms (wip)
- Nodes: add *ModuleIO, add loop20ms(wip), refactor addPin to nextPin
- Physical layer: replace SortedPins by ledPins, ledsPerPin and nrOfLedPins
- Module drivers, lightControl, infrared: add moduleIO, readPins and updatehandler
- FastLED and Physical Driver: use board presets
- Infrared, add Luxceo remote, move changing to pin in moduleio readpins (from loop)
-1 parent da7669b commit bf5c6e7
File tree
32 files changed
+11634
-18895
lines changed- docs
- develop
- moonbase
- moonlight
- firmware
- interface/src/routes
- moonbase/monitor
- lib/framework
- misc/livescripts
- src
- MoonBase
- Modules
- MoonLight
- Layers
- Modules
- Nodes
- Drivers
- Layouts
32 files changed
+11634
-18895
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 65 | | |
79 | 66 | | |
80 | 67 | | |
| |||
90 | 77 | | |
91 | 78 | | |
92 | 79 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 80 | | |
97 | 81 | | |
98 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | | - | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | 286 | | |
311 | 287 | | |
312 | 288 | | |
| |||
0 commit comments