mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
0.8.62
* updated version in footer #1381 * repaired radio statistics #1382
This commit is contained in:
parent
7e81709eb8
commit
e039820dba
6 changed files with 16 additions and 29 deletions
|
@ -210,9 +210,10 @@ class Inverter {
|
|||
cb(GridOnProFilePara, false);
|
||||
} else if (mGetLossInterval > AHOY_GET_LOSS_INTERVAL) { // get loss rate
|
||||
mGetLossInterval = 1;
|
||||
cb(RealTimeRunData_Debug, false); // get live data
|
||||
cb(GetLossRate, false);
|
||||
} else
|
||||
cb(RealTimeRunData_Debug, false); // get live data
|
||||
cb(RealTimeRunData_Debug, false); // get live data
|
||||
}
|
||||
} else { // MI
|
||||
if(0 == getFwVersion()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue