mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 01:32:40 +00:00
#654 - Non blocking call to toggle the output.
This commit is contained in:
@@ -11,6 +11,7 @@ class ExternalNotificationPlugin : private concurrency::OSThread
|
||||
{
|
||||
bool firstTime = 1;
|
||||
bool externalCurrentState = 0;
|
||||
uint32_t externalTurnedOn = 0;
|
||||
|
||||
public:
|
||||
ExternalNotificationPlugin();
|
||||
|
||||
Reference in New Issue
Block a user