mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 20:51:38 +02:00
Powerlimit is transfered immediately to inverter
This commit is contained in:
parent
4a00f90e34
commit
27b3a9cd87
7 changed files with 44 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue