Add config to enable hidden access point

Fix for: https://github.com/meshtastic/Meshtastic-device/issues/1308
This commit is contained in:
LucyHosking 2022-05-21 17:03:09 -07:00
parent 30584d8498
commit 2754fb965b

View file

@ -397,6 +397,11 @@ message Config {
* will be a station
*/
bool ap_mode = 3;
/*
* If set, the node AP will broadcast as a hidden SSID
*/
bool ap_hidden = 4;
}
/*