diff --git a/config.proto b/config.proto index 6e45825..3a4f5d7 100644 --- a/config.proto +++ b/config.proto @@ -304,13 +304,18 @@ message Config { /* * If set, the node will operate as an AP (and DHCP server), otherwise it * will be a station - */ + */ bool ap_mode = 3; /* * If set, the node AP will broadcast as a hidden SSID - */ + */ bool ap_hidden = 4; + + /* + * If set, wifi is enabled. Previously done through setting ssid and psk + */ + bool enabled = 5; } /*