mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix typo
This commit is contained in:
@@ -67,5 +67,5 @@ export interface LogEntry {
|
||||
export interface LogSettings {
|
||||
level: number;
|
||||
max_messages: number;
|
||||
compact: false;
|
||||
compact: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user