-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
Hello,
currently using syslog /net debug you need to add
#define WLED_DEBUG
#define WLED_DEBUG_HOST "192.168.1.3"
#define WLED_DEBUG_PORT 514
and than you can enable/disable it in the gui at info.
--
it would be nice if the syslog feature can be:
-
- just added via i.e. #define WLED_NET_DEBUG or #define WLED_SYSLOG, and the options above can be added as optional
-
- in the WLED GUI under /settings/sync it would be nice to
-- Enable Syslog , maybe also under the INFO menu where you can currently enable/disable the normal debug -Button
-- Option to enter IP
-- Option to enter Port
- in the WLED GUI under /settings/sync it would be nice to
-
- It would be nice to either to be able to enable the syslog option AND the normal Serial output, OR be able to select which one to use. Or disable both
Thank you very much.