mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 20:21:38 +02:00
0.8.116
* calculation of max AC power * fix counter overflow communication queue * added max inverter temperature
This commit is contained in:
parent
abc760e4d2
commit
e4a467cd9b
12 changed files with 89 additions and 35 deletions
|
@ -131,7 +131,7 @@ class CommQueue {
|
|||
if(mQueue[ptr].iv->id == q->iv->id)
|
||||
return true;
|
||||
}
|
||||
ptr++;
|
||||
inc(&ptr);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue