From fc07431210543a4a47ed2664d3f7f0a84e8a1b4f Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Fri, 8 May 2026 09:58:22 +0800 Subject: [PATCH] change(readme): add note about this project no longer being maintained --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ddf0d..f8843dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ESP-IDF template app ==================== -This is a template application to be used with [Espressif IoT Development Framework](https://github.com/espressif/esp-idf). +This project is no longer being maintained. + +ESP-IDF now supports creating a new project from the command line using `idf.py create-project`. See [idf.py docs](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-py.html#start-a-new-project-create-project) for more information. Please check [ESP-IDF docs](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html) for getting started instructions.