mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 13:26:10 +02:00
HW info triggers next request
immediate request prod. data if HW info was received
This commit is contained in:
parent
f9857b52ab
commit
3105cd4380
3 changed files with 11 additions and 2 deletions
|
@ -339,6 +339,9 @@ class Inverter {
|
|||
DPRINT(DBG_INFO, "alarm ID incremented to ");
|
||||
DBGPRINTLN(String(alarmMesIndex));
|
||||
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