Presets patches
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user