mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Remove duplicate include
This commit is contained in:
parent
1aea5257df
commit
cbeceaf209
@ -24,7 +24,9 @@
|
||||
#include <WiFiUdp.h>
|
||||
#elif defined(ARDUINO_ARCH_ESP32)
|
||||
#include <WiFi.h>
|
||||
#if HASP_USE_SYSLOG > 0
|
||||
#include <WiFiUdp.h>
|
||||
#endif
|
||||
#elif defined(STM32F4xx) || defined(STM32F7xx)
|
||||
#include <time.h>
|
||||
#endif
|
||||
@ -44,7 +46,6 @@
|
||||
#endif
|
||||
|
||||
#if HASP_USE_SYSLOG > 0
|
||||
#include <WiFiUdp.h>
|
||||
|
||||
#ifndef SYSLOG_SERVER
|
||||
#define SYSLOG_SERVER ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user