mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add config to enable hidden access point
Fix for: https://github.com/meshtastic/Meshtastic-device/issues/1308
This commit is contained in:
parent
30584d8498
commit
2754fb965b
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