Merge branch 'meshtastic:master' into add-zps-port

pull/37/head
a-f-G-U-C 2021-11-20 12:27:54 +00:00 zatwierdzone przez GitHub
commit e6735ff6bd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -548,6 +548,12 @@ message RadioConfig {
* (bitwise OR of PositionFlags)
*/
uint32 position_flags = 150;
/*
* 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 is_always_powered = 151;
}
UserPreferences preferences = 1;