Add config to enable hidden access point

Fix for: https://github.com/meshtastic/Meshtastic-device/issues/1308
pull/150/head
LucyHosking 2022-05-21 17:03:09 -07:00
rodzic 30584d8498
commit 2754fb965b
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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;
}
/*