Merge pull request #173 from meshtastic/remove-is-always-powered

Remove is_always_powered
pull/175/head
Ben Meadors 2022-06-17 12:10:19 -05:00 zatwierdzone przez GitHub
commit 274aa01a38
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -292,13 +292,6 @@ message Config {
*/
bool is_power_saving = 2;
/*
* 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 = 3;
/*
* If non-zero, the device will fully power off this many seconds after external power is removed.
*/