Fix WiFi.h include

This commit is contained in:
fvanroie 2020-11-19 00:37:19 +01:00
parent d9fd151849
commit 8ad8a41722
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
#if defined(ESP32)
#include <Esp.h>
#include <Wifi.h>
#include <WiFi.h>
#include "esp_system.h"
#endif

View File

@ -12,7 +12,7 @@
#include "hasp_mqtt.h"
#if defined(ARDUINO_ARCH_ESP32)
#include <Wifi.h>
#include <WiFi.h>
WiFiClient mqttNetworkClient;
#elif defined(ARDUINO_ARCH_ESP8266)
#include <ESP8266WiFi.h>

View File

@ -14,7 +14,7 @@
#include "hasp_telnet.h"
#if defined(ARDUINO_ARCH_ESP32)
#include <Wifi.h>
#include <WiFi.h>
WiFiClient telnetClient;
static WiFiServer * telnetServer;
#elif defined(ARDUINO_ARCH_ESP8266)

View File

@ -16,7 +16,7 @@
#include "hasp.h"
#if defined(ARDUINO_ARCH_ESP32)
#include <Wifi.h>
#include <WiFi.h>
#elif defined(ARDUINO_ARCH_ESP8266)
#include <ESP8266WiFi.h>
#include "user_interface.h" // Wifi Reasons