diff --git a/src/main.cpp b/src/main.cpp index d319f8c..3772333 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,6 +98,7 @@ void onConnectionEstablished() { } else if (payload == "STOP") { sendStopPacket(shadeID); // TODO: Schedule fetching position of blind + sendFetchPosition(shadeID); } });