yunsi-toolbox-vue/lib
kerms 1601c0ad38
fix(crc32): use correct init value for ESP-IDF ROM CRC32
esp_rom_crc32_le(0xFFFFFFFF, ...) inverts the input (~0xFFFFFFFF = 0),
so the effective init is 0x00000000, not 0xFFFFFFFF (standard zlib).
This caused all NVS page/entry CRC checks to fail silently.
2026-03-11 11:20:14 +01:00
..
app-image feat: add field-range map for hex ↔ field highlighting 2026-03-10 13:17:41 +01:00
nvs refactor: translate error messages from Chinese to English 2026-02-28 11:50:00 +01:00
ota-data refactor: translate error messages from Chinese to English 2026-02-28 11:50:00 +01:00
partition-table feat(partition-table): add BOOTLOADER and PARTITION_TABLE types 2026-03-05 18:20:04 +01:00
shared fix(crc32): use correct init value for ESP-IDF ROM CRC32 2026-03-11 11:20:14 +01:00
index.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00