added preset feature

- missing endpoint to store/change a preset
This commit is contained in:
FrYakaTKoP
2017-10-30 00:03:11 +01:00
parent a19faf9b77
commit fc3e1e19ac

View File

@@ -38,7 +38,7 @@ SoftwareSerial laserSerial(14, 12, false, 256);
const unsigned int maxPresets = 128; // 128 = 19496, 200 = 29864 const unsigned int maxPresets = 128; // 128 = 19496, 200 = 29864
// Preset cycleTime // Preset cycleTime
unsigned int cycleTime = 1000; // ms unsigned int cycleTime = 5000; // ms
/* /*
End of hard coded config End of hard coded config
*/ */