Powerlimit is transfered immediately to inverter

This commit is contained in:
lumapu 2023-01-02 12:26:03 +01:00
parent 4a00f90e34
commit 27b3a9cd87
7 changed files with 44 additions and 18 deletions

View file

@ -90,6 +90,7 @@ void app::loop(void) {
ah::Scheduler::loop();
mSys->Radio.loop();
mPayload.loop();
yield();
@ -116,8 +117,6 @@ void app::loop(void) {
if (rxRdy)
mPayload.process(true);
mRxTicker = 0;
}
#if !defined(AP_ONLY)