mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
move has_partition and has_loader to hardware status
This commit is contained in:
@@ -27,6 +27,8 @@ export interface HardwareStatus {
|
|||||||
free_psram?: number;
|
free_psram?: number;
|
||||||
free_caps: number;
|
free_caps: number;
|
||||||
model: string;
|
model: string;
|
||||||
|
has_loader: boolean;
|
||||||
|
has_partition: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SystemStatus {
|
export interface SystemStatus {
|
||||||
@@ -43,8 +45,6 @@ export interface SystemStatus {
|
|||||||
ap_status: boolean;
|
ap_status: boolean;
|
||||||
network_status: NetworkConnectionStatus;
|
network_status: NetworkConnectionStatus;
|
||||||
wifi_rssi: number;
|
wifi_rssi: number;
|
||||||
has_loader: boolean;
|
|
||||||
has_partition: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum LogLevel {
|
export enum LogLevel {
|
||||||
|
|||||||
Reference in New Issue
Block a user