mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-10 04:57:17 +02:00
0.7.56
* only request alarms which were not received before #1113 * added flag if alarm was requested but not received and re-request it #1105
This commit is contained in:
parent
882e96b93b
commit
cefcc9c8c3
7 changed files with 25 additions and 13 deletions
|
@ -216,10 +216,10 @@ class HmRadio {
|
|||
mTxBuf[10] = cmd; // cid
|
||||
mTxBuf[11] = 0x00;
|
||||
CP_U32_LittleEndian(&mTxBuf[12], ts);
|
||||
/*if (cmd == AlarmData ) { //cmd == RealTimeRunData_Debug ||
|
||||
if (cmd == AlarmData ) { //cmd == RealTimeRunData_Debug ||
|
||||
mTxBuf[18] = (alarmMesId >> 8) & 0xff;
|
||||
mTxBuf[19] = (alarmMesId ) & 0xff;
|
||||
}*/
|
||||
}
|
||||
sendPacket(invId, 24, isRetransmit);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue