fix includes

This commit is contained in:
Wolfgang Hottgenroth 2019-11-18 17:46:44 +01:00
parent 2522178467
commit 62bbf35064
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -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);