Presets patches

This commit is contained in:
Dejvino
2026-02-21 23:32:27 +01:00
parent 4a3f2b8eb2
commit 217d8dbacf
4 changed files with 109 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ void setup() {
randomSeed(micros());
Serial.println(F("Loading sequence."));
EEPROM.begin(512);
EEPROM.begin(4096);
if (!loadSequence()) {
Serial.println(F("Starting fresh instead."));
numSteps = NUM_STEPS;