- Add ChineseFont12x12.h: U+4E00-U+9FFF CJK coverage, 535KB flash - Add gen_chinese_font.mjs: @napi-rs/canvas based font generator tool - Enable CJK rendering in MessageRenderer and CannedMessageModule - Remove boot confirmation gate (required 2s button hold, caused shutdown loop) - Update partition table: app 2.75MB, OTA 192KB, spiffs 1MB - Update CHANGELOG
8 lines
413 B
CSV
8 lines
413 B
CSV
# FIXME! using the genpartitions based table doesn't work on TTGO so for now I stay with my old memory map
|
|
# This is a layout for 4MB of flash
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x009000, 0x005000,
|
|
otadata, data, ota, 0x00e000, 0x002000,
|
|
app, app, ota_0, 0x010000, 0x2C0000,
|
|
flashApp, app, ota_1, 0x2D0000, 0x030000,
|
|
spiffs, data, spiffs, 0x300000, 0x100000, |