mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Updates for stmf407vg
This commit is contained in:
parent
75f6090d9d
commit
f9581b6f0c
@ -19,7 +19,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HASP_USE_SPIFFS > 0
|
#if HASP_USE_SPIFFS > 0
|
||||||
//#include "lv_zifont.h"
|
#if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266)
|
||||||
|
#include "lv_zifont.h"
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "lv_fs_if.h"
|
#include "lv_fs_if.h"
|
||||||
|
@ -60,7 +60,6 @@ char debugSyslogHost[32] = SYSLOG_SERVER;
|
|||||||
uint16_t debugSyslogPort = SYSLOG_PORT;
|
uint16_t debugSyslogPort = SYSLOG_PORT;
|
||||||
uint8_t debugSyslogFacility = 0;
|
uint8_t debugSyslogFacility = 0;
|
||||||
uint8_t debugSyslogProtocol = 0;
|
uint8_t debugSyslogProtocol = 0;
|
||||||
bool debugAnsiCodes = true;
|
|
||||||
|
|
||||||
// A UDP instance to let us send and receive packets over UDP
|
// A UDP instance to let us send and receive packets over UDP
|
||||||
WiFiUDP syslogClient;
|
WiFiUDP syslogClient;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user