Remove Syslog.h

This commit is contained in:
fvanroie 2020-11-10 13:33:34 +01:00
parent fe50ad1595
commit f762de340d
3 changed files with 5 additions and 4 deletions

@ -1 +1 @@
Subproject commit 994c62bf9a35d5e8e39ecfa496edc43c7e1ecbe9 Subproject commit 4855ec8d1a1ab808ee5c7f33a4c5d5250bb6c2da

View File

@ -51,7 +51,7 @@ lib_deps =
PubSubClient@^2.8.0 ; MQTT client PubSubClient@^2.8.0 ; MQTT client
ArduinoJson@^6.16.1 ; JSON Parser ArduinoJson@^6.16.1 ; JSON Parser
StreamUtils@^1.4.0 StreamUtils@^1.4.0
Syslog@^2.0.0 ;Syslog@^2.0.0 ; Obsoleted
AceButton@^1.6.1 AceButton@^1.6.1
;AsyncTCP ;AsyncTCP
;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip ;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip

View File

@ -388,8 +388,9 @@ void webHandleAbout()
"dhylands, Josha blemasle, mfalkvidd"); "dhylands, Josha blemasle, mfalkvidd");
httpMessage += FPSTR(MIT_LICENSE); httpMessage += FPSTR(MIT_LICENSE);
#if HASP_USE_SYSLOG > 0 #if HASP_USE_SYSLOG > 0
httpMessage += F("<p><h3>Syslog</h3>Copyright&copy; 2016 Martin Sloup"); // Replaced with WiFiUDP client
httpMessage += FPSTR(MIT_LICENSE); // httpMessage += F("<p><h3>Syslog</h3>Copyright&copy; 2016 Martin Sloup");
// httpMessage += FPSTR(MIT_LICENSE);
#endif #endif
#if HASP_USE_QRCODE > 0 #if HASP_USE_QRCODE > 0
httpMessage += F("<p><h3>QR Code generator</h3>Copyright&copy; Project Nayuki"); httpMessage += F("<p><h3>QR Code generator</h3>Copyright&copy; Project Nayuki");