Merge branch 'dev' into dev

This commit is contained in:
Proddy
2024-04-21 15:29:19 +02:00
committed by GitHub
36 changed files with 757 additions and 753 deletions

View File

@@ -67,7 +67,7 @@ export interface LogEntry {
export interface LogSettings {
level: number;
max_messages: number;
compact: false;
compact: boolean;
}
export interface OTASettings {