Merge pull request #343 from meshtastic/nincompoop-mode

Managed device mode
This commit is contained in:
Ben Meadors 2023-05-12 08:30:26 -05:00 committed by GitHub
commit 345b3bf103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,6 +129,12 @@ message Config {
* Treat double tap interrupt on supported accelerometers as a button press if set to true
*/
bool double_tap_as_button_press = 8;
/*
* If true, device is considered to be "managed" by a mesh administrator
* Clients should then limit available configuration and administrative options inside the user interface
*/
bool is_managed = 9;
}
/*