formatting

This commit is contained in:
Paul
2020-11-08 20:38:33 +01:00
parent bf5183be8a
commit 2d0272d956

View File

@@ -118,9 +118,7 @@ class Mqtt {
mqttClient_->disconnect();
}
#if defined(EMSESP_DEBUG)
void incoming(const char * topic, const char * payload); // for testing only
#endif
static bool connected() {
#if defined(EMSESP_STANDALONE)