docs: specify ESP-IDF v5.5+ requirement

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
crispyberry
2026-02-08 00:16:03 +08:00
parent 39794e7f28
commit b715021bd7
2 changed files with 4 additions and 4 deletions

View File

@@ -55,8 +55,8 @@ You send a message on Telegram. The ESP32-S3 picks it up over WiFi, feeds it int
### Install ### Install
```bash ```bash
# You need ESP-IDF installed first: # You need ESP-IDF v5.5+ installed first:
# https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/get-started/ # https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
git clone https://github.com/memovai/mimiclaw.git git clone https://github.com/memovai/mimiclaw.git
cd mimiclaw cd mimiclaw

View File

@@ -55,8 +55,8 @@ MimiClaw 把一块小小的 ESP32-S3 开发板变成你的私人 AI 助理。插
### 安装 ### 安装
```bash ```bash
# 需要先安装 ESP-IDF: # 需要先安装 ESP-IDF v5.5+:
# https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/get-started/ # https://docs.espressif.com/projects/esp-idf/en/v5.5.2/esp32s3/get-started/
git clone https://github.com/memovai/mimiclaw.git git clone https://github.com/memovai/mimiclaw.git
cd mimiclaw cd mimiclaw