Important Input re-intrance bug fixed

Haier AC relability improved (buffer not save if incoming packet broken)
CAN - sub-item calculation fixed
continue working on MultiAC
config for LH board testing shared
This commit is contained in:
2025-06-26 14:07:23 +03:00
parent 9989e3db21
commit d71499442e
14 changed files with 343 additions and 86 deletions

View File

@@ -145,7 +145,7 @@ class Item
void setSubtype(uint8_t par);
int Poll(int cause);
int SendStatus(long sendFlags, char * subItem=NULL);
int SendStatusImmediate(itemCmd st, long sendFlags, char * subItem=NULL);
int SendStatusImmediate(itemCmd st, long sendFlags, char * subItem=NULL, bool tetain = true);
int isActive();
int getChanType();
inline int On (){return Ctrl(itemCmd(ST_VOID,CMD_ON));};