Updates for stmf407vg

This commit is contained in:
fvanroie 2020-04-28 01:29:32 +02:00
parent 75f6090d9d
commit f9581b6f0c
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,9 @@
#endif
#if HASP_USE_SPIFFS > 0
//#include "lv_zifont.h"
#if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266)
#include "lv_zifont.h"
#endif
#endif
#include "lv_fs_if.h"

View File

@ -60,7 +60,6 @@ char debugSyslogHost[32] = SYSLOG_SERVER;
uint16_t debugSyslogPort = SYSLOG_PORT;
uint8_t debugSyslogFacility = 0;
uint8_t debugSyslogProtocol = 0;
bool debugAnsiCodes = true;
// A UDP instance to let us send and receive packets over UDP
WiFiUDP syslogClient;