mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix boolean typo
This commit is contained in:
parent
5b2162bf73
commit
6bddcd2647
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ message Config {
|
|||
/*
|
||||
* Enable WiFi (disables Bluetooth)
|
||||
*/
|
||||
boolean enabled = 1;
|
||||
bool enabled = 1;
|
||||
|
||||
/*
|
||||
* If set, this node will try to join the specified wifi network and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue