mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
formatting
This commit is contained in:
@@ -118,9 +118,7 @@ class Mqtt {
|
|||||||
mqttClient_->disconnect();
|
mqttClient_->disconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(EMSESP_DEBUG)
|
|
||||||
void incoming(const char * topic, const char * payload); // for testing only
|
void incoming(const char * topic, const char * payload); // for testing only
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool connected() {
|
static bool connected() {
|
||||||
#if defined(EMSESP_STANDALONE)
|
#if defined(EMSESP_STANDALONE)
|
||||||
|
|||||||
Reference in New Issue
Block a user