Skip to content

Commit 6ad14e1

Browse files
committed
implemented placeholder puase state function
1 parent e5f9876 commit 6ad14e1

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/uComponentLights.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@ class TcomponentLights : public TmenuHandle
324324
};
325325
}
326326

327+
// pause state if disconnected
328+
void pauseState()
329+
{
330+
}
331+
327332
// resume the saved state after power cycling or reconnection
328333
void resumeState()
329334
{

src/uComponentStirrer.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ class TcomponentStirrer : public TmenuHandle
335335
};
336336
}
337337

338+
// pause state if disconnected
339+
void pauseState()
340+
{
341+
}
342+
338343
// resume the saved state of the motor after power cycling or reconnection
339344
void resumeState()
340345
{

0 commit comments

Comments
 (0)