mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-14 18:15:22 +01:00
added preset feature (not completed)
This commit is contained in:
@@ -147,6 +147,7 @@ bool hReadPresets()
|
||||
|
||||
void hWriteSpiro()
|
||||
{
|
||||
presetMode = 0;
|
||||
String responseBuffer = String();
|
||||
StaticJsonBuffer<200> jsonBuffer;
|
||||
JsonObject& root = jsonBuffer.createObject();
|
||||
|
||||
Reference in New Issue
Block a user