aboutsummaryrefslogtreecommitdiff
path: root/puzzle/readme.md
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-08 15:38:57 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-08 15:38:57 +0200
commite4b241c8ec4f12fe6ac479c2153cc540830e6a5d (patch)
treef2cbc6ed8421449f605e7e602785f45779cde6cc /puzzle/readme.md
parentebf45f066dfe308b6de1472399672fd132c157b4 (diff)
clean up repository
Diffstat (limited to 'puzzle/readme.md')
-rw-r--r--puzzle/readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/puzzle/readme.md b/puzzle/readme.md
index 97acaf7..59c10b1 100644
--- a/puzzle/readme.md
+++ b/puzzle/readme.md
@@ -16,3 +16,16 @@ these subfolders, make sure you have done the following:
- Install the "Arduino AVR Boards" package (1.8.6 works at the time of writing)
[arduino-cmake]: https://github.com/a9183756-gh/Arduino-CMake-Toolchain
+
+## ESP-based puzzle modules
+
+### ESP-IDF SDK Setup instructions
+
+1. Install ESP-IDF extension in Visual Studio Code
+2. Install using 'express' option
+3. Install ESP-IDF v5.2.1 (release version)
+
+ Additional help:
+ - [For windows](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/windows-setup.html#get-started-windows-first-steps)
+ - [For Linux](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps)
+