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