mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-03 20:25:54 +02:00
fix issue #10
This commit is contained in:
parent
04d31200cb
commit
657cbec931
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class HmSystem {
|
|||
|
||||
void getAssignment(inverter_t *p) {
|
||||
if(INV_TYPE_HM600 == p->type) {
|
||||
p->listLen = (uint8_t)(HM1200_LIST_LEN);
|
||||
p->listLen = (uint8_t)(HM600_LIST_LEN);
|
||||
p->assign = (byteAssign_t*)hm600assignment;
|
||||
}
|
||||
else if(INV_TYPE_HM1200 == p->type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue