v0.1.0
Flashing Guide
1. Merged firmware (easiest)
Download mimiclaw-full-v0.1.0.bin and flash with a single command:
esptool.py --chip esp32s3 -b 460800 write_flash 0x0 mimiclaw-full-v0.1.0.bin2. Individual binaries (advanced)
esptool.py --chip esp32s3 -b 460800 write_flash \
0x0 bootloader-v0.1.0.bin \
0x8000 partition-table-v0.1.0.bin \
0xf000 ota_data_initial-v0.1.0.bin \
0x20000 mimiclaw-v0.1.0.bin3. OTA update (for devices already running MimiClaw)
Upload mimiclaw-v0.1.0.bin via the OTA endpoint.
4. First-time setup
After flashing, connect via serial (115200 baud) and configure:
wifi <ssid> <password>
tg_token <your-telegram-bot-token>
api_key <your-anthropic-api-key>
reboot
What's Changed
New Contributors
Full Changelog: https://github.com/memovai/mimiclaw/commits/v0.1.0