Rdzleo c63b35a0e7
Some checks failed
Build Boards / Determine variants to build (push) Successful in 6m26s
Build Boards / Build ${{ matrix.name }} (push) Failing after 6m43s
1、第一次提交项目,项目初始化;
2、修改了RP2040的代码,使其在没有安装摄像头的情况下也可以左右转动眼球和左右转动身体;
3、增加了一些中文注释的说明;
2026-04-09 14:22:24 +08:00

335 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x4000,
4otadata, data, ota, 0xd000, 0x2000,
5phy_init, data, phy, 0xf000, 0x1000,
6ota_0, app, ota_0, 0x20000, 0x2f0000,
7ota_1, app, ota_1, , 0x2f0000,
8assets, data, spiffs, 0x600000, 2M