#654 - Non blocking call to toggle the output.

This commit is contained in:
Jm Casler
2021-01-27 21:35:07 -08:00
parent 5e303f8a1f
commit c524732849
2 changed files with 9 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ class ExternalNotificationPlugin : private concurrency::OSThread
{
bool firstTime = 1;
bool externalCurrentState = 0;
uint32_t externalTurnedOn = 0;
public:
ExternalNotificationPlugin();