mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #173 from meshtastic/remove-is-always-powered
Remove is_always_powered
This commit is contained in:
commit
274aa01a38
1 changed files with 0 additions and 7 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue