Repeater and other power optimizations (#2999)

* End wire if we find no i2c devices

* Set tx-power to 0 on nrf bluetooth shutdown

* Change polling interval of PowerFSM to 100ms instead of 10ms

* Guard 3v3
This commit is contained in:
Ben Meadors
2023-12-08 11:13:15 -06:00
committed by GitHub
parent 5eac227550
commit abaa37133d
3 changed files with 18 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ class PowerFSMThread : public OSThread
powerFSM.trigger(EVENT_SHUTDOWN);
}
return 10;
return 100;
}
};