add more fonts for version 1.0.0

This commit is contained in:
Terrence
2025-01-23 13:50:22 +08:00
parent a5d8db6bbb
commit 84f5674359
31 changed files with 176 additions and 58410 deletions

View File

@@ -4,6 +4,5 @@ nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
model, data, spiffs, 0x10000, 0xF0000,
storage, data, spiffs, 0x100000, 1M,
ota_0, app, ota_0, 0x200000, 3M,
ota_1, app, ota_1, 0x500000, 3M,
ota_0, app, ota_0, 0x100000, 0x380000,
ota_1, app, ota_1, 0x480000, 0x380000,
1 # ESP-IDF Partition Table
4 otadata, data, ota, 0xd000, 0x2000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 model, data, spiffs, 0x10000, 0xF0000,
7 storage, data, spiffs, 0x100000, 1M, ota_0, app, ota_0, 0x100000, 0x380000,
8 ota_0, app, ota_0, 0x200000, 3M, ota_1, app, ota_1, 0x480000, 0x380000,
ota_1, app, ota_1, 0x500000, 3M,