backup info and read

This commit is contained in:
2025-01-22 22:21:54 +01:00
parent 8cc967cf68
commit 88be5951a6
9 changed files with 131 additions and 29 deletions

View File

@@ -1,3 +1,8 @@
interface BackupHeader {
timestamp: string,
size: number
}
interface NetworkConfig {
ap_ssid: string,
ssid: string,