Renamed pref to is_always_powered for convention

This commit is contained in:
Ben Meadors 2021-11-06 12:07:16 -05:00 committed by GitHub
parent 9b12bb2be4
commit f3b3cbcdbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;