Added debug prints to some classes

This commit is contained in:
2021-05-09 16:13:07 +02:00
parent b5f2288db2
commit 5a772449c6
9 changed files with 40 additions and 10 deletions
-1
View File
@@ -31,7 +31,6 @@ IPAddress mqtt_server(MQTT_SERVER);
WiFiClient wifi_client;
PubSubClient mqtt_client(wifi_client);
uint64_t last_millis = 0;
int controller_battery = -1;