#654 - Fixed problem with class namespaces.

This commit is contained in:
Jm
2021-01-28 23:02:00 -08:00
parent c524732849
commit 85752b0fc7
2 changed files with 17 additions and 19 deletions

View File

@@ -10,8 +10,6 @@
class ExternalNotificationPlugin : private concurrency::OSThread
{
bool firstTime = 1;
bool externalCurrentState = 0;
uint32_t externalTurnedOn = 0;
public:
ExternalNotificationPlugin();
@@ -37,7 +35,7 @@ class ExternalNotificationPluginRadio : public SinglePortPlugin
ExternalNotificationPluginRadio() : SinglePortPlugin("ExternalNotificationPluginRadio", PortNum_TEXT_MESSAGE_APP) {}
protected:
virtual MeshPacket *allocReply();
//virtual MeshPacket *allocReply();
/** Called to handle a particular incoming message