code cleanups (removed unused vars) and futher prepare for ota

This commit is contained in:
2019-11-10 16:14:46 +01:00
parent 4b571786ef
commit 7bb74a43b9
4 changed files with 20 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ void mqtt_connect() {
}
void mqtt_setup() {
PRINTLN_SERIAL(devname + "initialising module MQTT");
PRINTLN_SERIAL("Initialising MQTT");
}
void mqtt_loop() {