added duplicate console to mqtt
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user