mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-28 00:06:12 +02:00
small corrections after merging #1219
This commit is contained in:
parent
866649e18d
commit
7a97124bf7
27 changed files with 5 additions and 5274 deletions
|
@ -185,8 +185,7 @@ class Inverter {
|
|||
if(mDevControlRequest) {
|
||||
cb(devControlCmd, true);
|
||||
mDevControlRequest = false;
|
||||
}
|
||||
else if (IV_MI != ivGen) {
|
||||
} else if (IV_MI != ivGen) {
|
||||
if((alarmLastId != alarmMesIndex) && (alarmMesIndex != 0))
|
||||
cb(AlarmData, false); // get last alarms
|
||||
else if(0 == getFwVersion())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue