We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21245c commit 757c03aCopy full SHA for 757c03a
components/utilities/log_router/CHANGELOG.md
@@ -3,3 +3,10 @@
3
## v0.1.0 - 2025-7-1
4
5
First release version.
6
+
7
+## v0.1.1 - 2025-08-25
8
9
+### Bug fix ###
10
11
+* Do not enter critical section until the mutex is taken.
12
+* Return ESP_ERR_NO_MEM if creating the mutex fails.
components/utilities/log_router/idf_component.yml
@@ -1,4 +1,4 @@
1
-version: "0.1.0"
+version: "0.1.1"
2
description: LogRouter redirects and filters ESP logs to various storage media
url: https://github.com/espressif/esp-iot-solution/tree/master/components/utilities/log_router
repository: https://github.com/espressif/esp-iot-solution.git
0 commit comments