Merge branch 'master' into develop

This commit is contained in:
Thomas Göttgens
2023-01-12 15:01:56 +01:00
committed by GitHub
5 changed files with 8 additions and 28 deletions

View File

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