yunsi-toolbox-vue/lib/shared
kerms 1076aa3848
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:03:42 +01:00
..
binary-reader.ts feat(app-image): add ESP firmware image parser and viewer with robust 2026-02-22 12:37:30 +01:00
binary-writer.ts feat(app-image): add ESP firmware image parser and viewer with robust 2026-02-22 12:37:30 +01:00
crc32.ts fix(crc32): use correct init value for ESP-IDF ROM CRC32 2026-03-11 11:03:42 +01:00
index.ts feat(app-image): add ESP firmware image parser and viewer with robust 2026-02-22 12:37:30 +01:00