mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-17 02:46:39 +01:00
added preset feature
- missing endpoint to store/change a preset
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user