Implement CardputerPower and improve EstimatedPower driver (#335)
This commit is contained in:
committed by
GitHub
parent
d5c94c7a8a
commit
ce8ac61d42
@@ -31,8 +31,6 @@ std::shared_ptr<PowerApp> _Nullable optApp() {
|
||||
|
||||
class PowerApp : public App {
|
||||
|
||||
private:
|
||||
|
||||
Timer update_timer = Timer(Timer::Type::Periodic, []() { onTimer(); });
|
||||
|
||||
std::shared_ptr<hal::power::PowerDevice> power;
|
||||
|
||||
Reference in New Issue
Block a user