esp-rs / esp-idf-svc

Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.)
https://docs.esp-rs.org/esp-idf-svc/
Apache License 2.0
332 stars 183 forks source link

Fix incorrect logging configuration attribute introduced in #494 #505

Closed mike1703 closed 1 month ago

mike1703 commented 1 month ago

In #494 an issue with an incorrect configuration attribute was introduced and the regular CONFIG_LOG_TIMESTAMP_SOURCE_RTOS option is not usable anymore. This is a fix for this bug