fix includes
This commit is contained in:
parent
2522178467
commit
62bbf35064
@ -9,18 +9,14 @@
|
||||
#define MQTT_MAX_PACKET_SIZE 256
|
||||
|
||||
|
||||
#include <ESP8266WiFi.h>
|
||||
#include <ESP8266WebServer.h>
|
||||
#include <PubSubClient.h>
|
||||
#include <OneWire.h>
|
||||
#include <DallasTemperature.h>
|
||||
#include <mqttHandling.h>
|
||||
|
||||
#include "configuration.h"
|
||||
|
||||
|
||||
|
||||
WiFiClientSecure espClient;
|
||||
PubSubClient client(espClient);
|
||||
|
||||
OneWire oneWire(ONE_WIRE_BUS);
|
||||
DallasTemperature sensors(&oneWire);
|
||||
|
Loading…
x
Reference in New Issue
Block a user