mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-29 00:36:11 +02:00
parent
8fdfca6487
commit
67d3e824af
2 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Development Changes
|
# Development Changes
|
||||||
|
|
||||||
## 0.7.46 - 2023-09-01
|
## 0.7.46 - 2023-09-04
|
||||||
* removed `delay` from ePaper
|
* removed `delay` from ePaper
|
||||||
* started improvements of `/system`
|
* started improvements of `/system`
|
||||||
* fix LEDs to check all configured inverters
|
* fix LEDs to check all configured inverters
|
||||||
* send loop skip disabled inverters fix
|
* send loop skip disabled inverters fix
|
||||||
* print generated DTU SN to console
|
* print generated DTU SN to console
|
||||||
|
* HW Versions for MI series PR #1133
|
||||||
|
|
||||||
## 0.7.45 - 2023-08-29
|
## 0.7.45 - 2023-08-29
|
||||||
* change ePaper text to symbols PR #1131
|
* change ePaper text to symbols PR #1131
|
||||||
|
|
|
@ -339,9 +339,6 @@ class Inverter {
|
||||||
DPRINT(DBG_INFO, "alarm ID incremented to ");
|
DPRINT(DBG_INFO, "alarm ID incremented to ");
|
||||||
DBGPRINTLN(String(alarmMesIndex));
|
DBGPRINTLN(String(alarmMesIndex));
|
||||||
enqueCommand<InfoCommand>(AlarmData);
|
enqueCommand<InfoCommand>(AlarmData);
|
||||||
// ivSendHighPrio(id);
|
|
||||||
// if(mHighPrioIv == NULL) // process the request immediately if possible
|
|
||||||
// mHighPrioIv = iv;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue