diff --git a/esp/rust/README.md b/esp/rust/README.md index 36418b2..1562c65 100644 --- a/esp/rust/README.md +++ b/esp/rust/README.md @@ -1,11 +1,10 @@ # esp/rust -// TODO: Verify project names ```bash shaunrd0/klips/esp/rust -├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled. -├── 02_esp-gen-no-std # Template project for ESP-IDF using no std. -├── 03_no-std-lcd # Template project for ESP-IDF using no std. +├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled. +├── 02_esp-gen-no-std # Template ESP32 project using no std. +├── 03_no-std-lcd # Drawing to LCD using ESP32 no std. └── README.md ```