SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
152 stars 81 forks source link

Use native ESP-IDF logging #699

Closed mairas closed 4 months ago

mairas commented 4 months ago

Instead of the debugX logging functions, native ESP-IDF logging facilities are now used (as allowed by the Arduino Core). This allows redirection of logs in the future.

JohnySeven commented 4 months ago

Nice! I do support this at least with a comment! 👍