From e4b564a302807eac79971ae8802abfc3ad7e934b Mon Sep 17 00:00:00 2001 From: Johnathon Slightham Date: Wed, 14 May 2025 13:45:07 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e260a17..8c3c2d1 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ idf.py flash monitor ``` ## Using an IDE +Any IDE that supports CMake should be compatible with this project. ### JetBrains CLion CLion is compatible with this project. Follow [the tutorial on Espressif's site](https://developer.espressif.com/blog/clion/) with the following modifications: - When asked to select a project, simply import the root directory of this repository (ie. the `firmware` folder).