We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f9876 commit 6ad14e1Copy full SHA for 6ad14e1
2 files changed
src/uComponentLights.h
@@ -324,6 +324,11 @@ class TcomponentLights : public TmenuHandle
324
};
325
}
326
327
+ // pause state if disconnected
328
+ void pauseState()
329
+ {
330
+ }
331
+
332
// resume the saved state after power cycling or reconnection
333
void resumeState()
334
{
src/uComponentStirrer.h
@@ -335,6 +335,11 @@ class TcomponentStirrer : public TmenuHandle
335
336
337
338
339
340
341
342
343
// resume the saved state of the motor after power cycling or reconnection
344
345
0 commit comments