Merge pull request #150 from LucyHosking/master

Add config to enable hidden access point
This commit is contained in:
Jm Casler 2022-05-21 17:09:34 -07:00 committed by GitHub
commit ebc270f105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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