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. |
||
|---|---|---|
| .. | ||
| binary-reader.ts | ||
| binary-writer.ts | ||
| crc32.ts | ||
| index.ts | ||