From c0bea15f6eda1e4e19cdd3c34630ee93e5312920 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Mon, 5 May 2025 16:11:09 +0000 Subject: [PATCH] Make it more explicit that the esp-idf-* crates are a community effort only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f41d653b2..181bd3ed0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Please note that **all `esp-idf-*` crates are a community effort**, in that Espressif puts little to no paid developer time in these. So while ESP-IDF itself is very popular and well tested, the `esp-idf-*` crates: -- Might be lagging behind a bit the latest stable ESP-IDF version +- Might be a bit lagging behind the latest stable ESP-IDF version - Are (currently) missing HIL tests - Need more documentation