mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Bool for WIFI operation
prerequisite for https://github.com/meshtastic/Meshtastic-device/issues/1595
This commit is contained in:
parent
59293c211a
commit
024e9aaeab
1 changed files with 7 additions and 2 deletions
|
|
@ -304,13 +304,18 @@ message Config {
|
|||
/*
|
||||
* If set, the node will operate as an AP (and DHCP server), otherwise it
|
||||
* will be a station
|
||||
*/
|
||||
*/
|
||||
bool ap_mode = 3;
|
||||
|
||||
/*
|
||||
* If set, the node AP will broadcast as a hidden SSID
|
||||
*/
|
||||
*/
|
||||
bool ap_hidden = 4;
|
||||
|
||||
/*
|
||||
* If set, wifi is enabled. Previously done through setting ssid and psk
|
||||
*/
|
||||
bool enabled = 5;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue