mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
prevent double subscriptions when mqtt connecting
This commit is contained in:
@@ -218,6 +218,7 @@ class Mqtt {
|
||||
|
||||
static bool connecting_;
|
||||
static uint16_t mqtt_publish_fails_;
|
||||
static uint8_t connectcount_;
|
||||
|
||||
// settings, copied over
|
||||
static std::string hostname_;
|
||||
|
||||
Reference in New Issue
Block a user