I would like to suggest several small changes to the firmware:
Disable syslog by default. It seems weird to me that the logs are sent to an unkown server. You should let the user enable that for them if they want (I do not even know how this works ?)
Add a watchdog timer in case the device hangs unexpectedly (Also addresses a current issue, #95 ).
Fix the monitor flag in the plaformio.ini (otherwise the terminal will not display colored text)
An extra "%s" was left in a log line (TaskRadiolib).
it looks like the the server crashed completely , it would be accessible here: http://syslog.lora-aprs.info/ because of this I want to remove the syslog feature asap in a new branch.
thanks for the watchdog :)
thanks! looks like this was changed in the last platformio releases
Hi,
I would like to suggest several small changes to the firmware:
Disable syslog by default. It seems weird to me that the logs are sent to an unkown server. You should let the user enable that for them if they want (I do not even know how this works ?)
Add a watchdog timer in case the device hangs unexpectedly (Also addresses a current issue, #95 ).
Fix the monitor flag in the plaformio.ini (otherwise the terminal will not display colored text)
An extra "%s" was left in a log line (TaskRadiolib).