rejoe2
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/hm/hmPayload.h
|
@ -363,6 +363,7 @@ class HmPayload { |
|
|
DBGPRINT(F("prepareDevInformCmd 0x")); |
|
|
DBGPRINT(F("prepareDevInformCmd 0x")); |
|
|
DBGHEXLN(cmd); |
|
|
DBGHEXLN(cmd); |
|
|
} |
|
|
} |
|
|
|
|
|
mStat->rxSuccess++; |
|
|
mRadio->prepareDevInformCmd(iv->radioId.u64, cmd, mPayload[iv->id].ts, iv->alarmMesIndex, false); |
|
|
mRadio->prepareDevInformCmd(iv->radioId.u64, cmd, mPayload[iv->id].ts, iv->alarmMesIndex, false); |
|
|
mPayload[iv->id].txCmd = cmd; |
|
|
mPayload[iv->id].txCmd = cmd; |
|
|
} |
|
|
} |
|
|