#654 - Small changes.

This commit is contained in:
Jm
2021-01-27 20:06:39 -08:00
parent eff0c1fe89
commit 2246564279
2 changed files with 39 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ class ExternalNotificationPlugin : private concurrency::OSThread
public:
ExternalNotificationPlugin();
void setExternalOn();
void setExternalOff();
protected:
virtual int32_t runOnce();
};