pubsubclient

This commit is contained in:
livello
2018-03-07 18:27:45 +03:00
parent 37b042e39e
commit 8fb8e9def2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ e-mail anklimov@gmail.com
#include "inputs.h"
#include "aJSON.h"
#include "item.h"
#include <PubSubClient2.h>
#include <PubSubClient.h>
extern PubSubClient client;
+1 -1
View File
@@ -41,7 +41,7 @@ e-mail anklimov@gmail.com
#endif
#include <ModbusMaster.h>
#include <PubSubClient2.h>
#include <PubSubClient.h>
#define dimPar SERIAL_8E1
#define fmPar SERIAL_8N1
+1 -1
View File
@@ -62,7 +62,7 @@ Config webserver
#include "options.h"
#include <Ethernet.h>
#include <PubSubClient2.h>
#include <PubSubClient.h>
#include <SPI.h>
#include "utils.h"