Renamed pref to is_always_powered for convention

pull/36/head
Ben Meadors 2021-11-06 12:07:16 -05:00 zatwierdzone przez GitHub
rodzic 9b12bb2be4
commit f3b3cbcdbf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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