yunsi-toolbox-vue/lib/app-image
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(app-image): add ESP firmware image parser and viewer with robust 2026-02-22 12:37:30 +01:00
index.ts feat(app-image): add ESP firmware image parser and viewer with robust 2026-02-22 12:37:30 +01:00
parser.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
types.ts feat(app-image): add ESP firmware image parser and viewer with robust 2026-02-22 12:37:30 +01:00