mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Renamed pref to is_always_powered for convention
This commit is contained in:
parent
9b12bb2be4
commit
f3b3cbcdbf
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ message RadioConfig {
|
|||
* Circumvents the logic block for determining whether the device is powered or not.
|
||||
* Useful for devices with finicky ADC issues on the battery sense pins.
|
||||
*/
|
||||
bool always_powered = 151;
|
||||
bool is_always_powered = 151;
|
||||
}
|
||||
|
||||
UserPreferences preferences = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue