yunsi-toolbox-vue/lib/nvs
kerms d32674617d
feat: add OTA data parser and fix verbatimModuleSyntax compliance
- Add lib/ota-data/ module: parses esp_ota_select_entry_t structures,
  determines active OTA partition from sequence numbers and CRC validation
- Fix all lib files to use `import type` for type-only imports to comply
  with TypeScript verbatimModuleSyntax (partition-table, nvs, app-image)
- Export ota-data from lib/index.ts
2026-02-25 16:34:42 +01:00
..
constants.ts feat(nvs): add NVS editor and binary/CSV toolkit 2026-02-22 13:17:49 +01:00
index.ts feat(nvs): add NVS editor and binary/CSV toolkit 2026-02-22 13:17:49 +01:00
nvs-binary-parser.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
nvs-binary-serializer.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
nvs-csv-parser.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
nvs-csv-serializer.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
nvs-partition.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
types.ts feat(nvs): add NVS editor and binary/CSV toolkit 2026-02-22 13:17:49 +01:00