added duplicate console to mqtt

This commit is contained in:
2022-02-14 19:31:24 +01:00
parent 6cacea2df3
commit 3a2e51713b
19 changed files with 262 additions and 166 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
#ifndef NETWORK_H
#define NETWORK_H
#include <iostream>
#include <WiFi.h>
#include <PubSubClient.h>
@@ -39,4 +40,4 @@ class Network {
static PubSubClient* mqtt_client;
};
#endif // NETWORK_H
#endif // NETWORK_H