removed too much

This commit is contained in:
Thomas Göttgens 2023-01-03 22:17:04 +01:00
parent 5867038abf
commit cad5c9b70c

View File

@ -53,6 +53,9 @@ class MQTT : private concurrency::OSThread
bool connected();
protected:
int reconnectCount = 0;
virtual int32_t runOnce() override;
private: