Enhance version check to differentiate between ESP32 and ESP32-S3 bin versions #1240

This commit is contained in:
proddy
2023-08-04 16:42:37 +02:00
parent 0cc14215e6
commit 9b92bfa81c
10 changed files with 174 additions and 993 deletions

View File

@@ -47,9 +47,3 @@ export interface LogSettings {
max_messages: number;
compact: false;
}
export interface Version {
version: string;
url: string;
changelog: string;
}