Makes wifi try to connect to latest

This commit is contained in:
Rune Harlyk
2026-01-31 21:05:37 +01:00
parent e5e9841dd3
commit ff1444b2bc
4 changed files with 25 additions and 3 deletions
+1
View File
@@ -82,6 +82,7 @@ message WifiSettings {
string hostname = 1;
bool priority_rssi = 2;
repeated WifiNetwork wifi_networks = 3; // max 5 networks
uint32 selected_network = 4;
}
message WifiSettingsRequest {}