esphome_syslog
esphome_syslog copied to clipboard
Fix esp-idf and IPv6 support by using plain UDP socket, drop Syslog library
It turns out to be fairly simple to just send the UDP packets directly, and the UDP socket handling can then be a whole lot more generic.