autodetect, download and install firmware upgrades

This commit is contained in:
proddy
2024-08-29 13:51:17 +02:00
parent f1e6d5a331
commit fe50c9f6d0
18 changed files with 290 additions and 177 deletions

View File

@@ -4,6 +4,7 @@ import type { NetworkConnectionStatus } from './network';
export interface HardwareStatus {
emsesp_version: string;
build_flags: string;
esp_platform: string;
max_alloc_heap: number;
cpu_type: string;
@@ -30,7 +31,6 @@ export interface HardwareStatus {
export interface SystemStatus {
emsesp_version: string;
esp_platform: string;
status: busConnectionStatus;
uptime: number;
bus_uptime: number;