mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #150 from LucyHosking/master
Add config to enable hidden access point
This commit is contained in:
commit
ebc270f105
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue