Merge branch 'dev' into dev2

This commit is contained in:
MichaelDvP
2024-02-29 14:38:47 +01:00
12 changed files with 287 additions and 156 deletions

View File

@@ -42,7 +42,7 @@ export interface NetworkSettings {
password: string;
hostname: string;
static_ip_config: boolean;
enableIPv6: boolean;
enableIPv6?: boolean;
bandwidth20: boolean;
nosleep: boolean;
tx_power: number;