From 01abe46fd88480e858636121b7e76dc73f95f127 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 25 Oct 2022 11:18:59 +1100 Subject: [PATCH] remove wifi-mode (#220) --- config.proto | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.proto b/config.proto index a6ea330..ed12c00 100644 --- a/config.proto +++ b/config.proto @@ -305,12 +305,6 @@ message Config { */ bool wifi_enabled = 1; - /* - * If set, this node will try to join the specified wifi network and - * acquire an address via DHCP - */ - WiFiMode wifi_mode = 2; - /* * If set, this node will try to join the specified wifi network and * acquire an address via DHCP