Show bbqkees model - #1815

This commit is contained in:
proddy
2024-07-10 12:53:18 +02:00
parent 6f0062be5c
commit 4f40a3d990
7 changed files with 36 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ export interface ESPSystemStatus {
psram_size?: number;
free_psram?: number;
has_loader: boolean;
model: string;
}
export interface SystemStatus {