mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-04-30 12:35:10 +00:00
add install date to firmware versions
This commit is contained in:
@@ -56,6 +56,7 @@ export interface SystemStatus {
|
||||
partition: string;
|
||||
version: string;
|
||||
size: number;
|
||||
install_date?: string;
|
||||
}[];
|
||||
status: number; // System Status Codes which matches SYSTEM_STATUS in System.h
|
||||
developer_mode: boolean;
|
||||
|
||||
Reference in New Issue
Block a user