From 915ad85526a55e9bcd3e317bb6744e05fed60291 Mon Sep 17 00:00:00 2001 From: pkuehne Date: Wed, 18 Dec 2024 12:12:04 +0000 Subject: [PATCH] Remark about architecture. --- src/power/Power.cpp | 1 + 1 file changed, 1 insertion(+) 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; }