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. |
||
|---|---|---|
| .. | ||
| app-image | ||
| nvs | ||
| ota-data | ||
| partition-table | ||
| shared | ||
| index.ts | ||