mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Remove Syslog.h
This commit is contained in:
parent
fe50ad1595
commit
f762de340d
2
lib/lvgl
2
lib/lvgl
@ -1 +1 @@
|
||||
Subproject commit 994c62bf9a35d5e8e39ecfa496edc43c7e1ecbe9
|
||||
Subproject commit 4855ec8d1a1ab808ee5c7f33a4c5d5250bb6c2da
|
@ -51,7 +51,7 @@ lib_deps =
|
||||
PubSubClient@^2.8.0 ; MQTT client
|
||||
ArduinoJson@^6.16.1 ; JSON Parser
|
||||
StreamUtils@^1.4.0
|
||||
Syslog@^2.0.0
|
||||
;Syslog@^2.0.0 ; Obsoleted
|
||||
AceButton@^1.6.1
|
||||
;AsyncTCP
|
||||
;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
||||
|
@ -388,8 +388,9 @@ void webHandleAbout()
|
||||
"dhylands, Josha blemasle, mfalkvidd");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
#if HASP_USE_SYSLOG > 0
|
||||
httpMessage += F("<p><h3>Syslog</h3>Copyright© 2016 Martin Sloup");
|
||||
httpMessage += FPSTR(MIT_LICENSE);
|
||||
// Replaced with WiFiUDP client
|
||||
// httpMessage += F("<p><h3>Syslog</h3>Copyright© 2016 Martin Sloup");
|
||||
// httpMessage += FPSTR(MIT_LICENSE);
|
||||
#endif
|
||||
#if HASP_USE_QRCODE > 0
|
||||
httpMessage += F("<p><h3>QR Code generator</h3>Copyright© Project Nayuki");
|
||||
|
Loading…
x
Reference in New Issue
Block a user