diff --git a/src/power/Power.cpp b/src/power/Power.cpp index dfd9bd7..0a47b16 100644 --- a/src/power/Power.cpp +++ b/src/power/Power.cpp @@ -12,6 +12,7 @@ static portMUX_TYPE mux; Power::Power() { + // TODO: Create wrappper around all this which handles single-instancing so we look like a normal arduino library from the outside. this->freePowerBudget = this->totalPowerBudget; }