Files
Forairaaaaa 893ee38651 - Added current monitoring and stall protection for the Y-axis servo
- Optimized the screen touch debouncing under AI.Agent mode
- Bump version
2026-06-11 10:45:02 +08:00
..
2026-05-07 09:38:14 +08:00
2026-01-08 09:18:20 +08:00
2026-01-08 09:18:20 +08:00
2026-04-20 16:27:36 +08:00
2026-01-08 09:18:20 +08:00
2026-05-12 10:34:39 +08:00
2026-04-20 16:27:36 +08:00
2026-05-07 16:33:29 +08:00

Build

Fetch Dependencies

python3 ./fetch_repos.py

Tool Chains

ESP-IDF v5.5.4

Build

idf.py build

Host-side tests

The motion coordinate helpers can be tested without ESP-IDF hardware:

cmake -S tests -B build-host-tests
cmake --build build-host-tests
ctest --test-dir build-host-tests --output-on-failure

Flash

idf.py flash