sync mqtt with develop

This commit is contained in:
Thomas Göttgens
2023-01-12 16:09:03 +01:00
parent 28b1616630
commit 867e55b9e7
2 changed files with 25 additions and 8 deletions

View File

@@ -55,9 +55,10 @@ class MQTT : private concurrency::OSThread
bool connected();
protected:
PointerQueue<ServiceEnvelope> mqttQueue;
int reconnectCount = 0;
virtual int32_t runOnce() override;
private: