mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Enhance version check to differentiate between ESP32 and ESP32-S3 bin versions #1240
This commit is contained in:
@@ -47,9 +47,3 @@ export interface LogSettings {
|
||||
max_messages: number;
|
||||
compact: false;
|
||||
}
|
||||
|
||||
export interface Version {
|
||||
version: string;
|
||||
url: string;
|
||||
changelog: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user