remove nwdelay

This commit is contained in:
technyon
2022-06-17 22:22:54 +02:00
parent cccee489c3
commit 6fa2782ab7
2 changed files with 4 additions and 21 deletions

View File

@@ -24,9 +24,6 @@ public:
private:
void resetDevice();
void initializeMacAddress(byte* mac);
void nwDelay(unsigned long ms);
bool _fromTask = false;
EthernetClient* _ethClient = nullptr;
PubSubClient* _mqttClient = nullptr;