Fix ArduinoOTA

This commit is contained in:
schinken 2022-03-17 14:36:36 +01:00
parent 170ebe13af
commit 387657901d
1 changed files with 1 additions and 2 deletions

View File

@ -1,13 +1,12 @@
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#include <SoftwareSerial.h>
#include "settings.h"
#ifdef OTA_PASSWORD
#include <ArduinoOTA.h>
#endif
#include "settings.h"
WiFiClient wifiClient;
PubSubClient mqttClient;
SoftwareSerial geigerCounterSerial(PIN_UART_RX, PIN_UART_TX);