Files
xiaozhi-esp32/main/boards/bread-compact-esp32
ooxxU 5e406b481c 新增 ESP32 系列开发板 对 OLED-0.96 SSD1306 屏幕显示的支持 (#143)
1. 支持 ESP32 系列开发板: DevKitC / NodeMcu-32S / GoouuuESP32 / ESP32 DoIt / ESP-32S
2. 注意: 非ESP32-C3 / 非ESP32-S3
2025-02-12 02:41:23 +08:00
..
2025-02-01 11:03:49 +08:00

编译配置命令

配置编译目标为 ESP32

idf.py set-target esp32

打开 menuconfig

idf.py menuconfig

选择板子:

Xiaozhi Assistant -> Board Type -> 面包板 ESP32 DevKit

修改 flash 大小:

Serial flasher config -> Flash size -> 4 MB

修改分区表:

Partition Table -> Custom partition CSV file -> partitions_4M.csv

编译:

idf.py build