forked from mxmxmx/temps_utile-
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Patrick Dowling edited this page Dec 12, 2021
·
6 revisions
- There's only 1536 bytes of space available so the number is limited.
- It's possible to bump it (
AppStorage::kNumSlots) but while that will compile and usually work, if you max out the settings inClocksapp things will break. - Why? It was a tight squeeze and only worked by making it only stores the settings that are valid for each channels current mode. So if you max out the settings the size increases and the left-over space just isn't large enough an additional slot; with the original scheme there were only 2-3 slots possible (something like 394 bytes used).
- While I have a docker container/action with Arduino/Teensy it only seems to compile single .ino projects. Boo.
-
Conversion to-> this seems to work reasonably well. At least for a first stab (and not that I'm planning on-going development, but there it is).platformiomight be an option. - Any automated builds should be considered experiments and not tested.