mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-09 04:27:17 +02:00
Merge branch 'development03' into hms
This commit is contained in:
commit
8ad9a919f4
9 changed files with 200 additions and 195 deletions
|
@ -156,7 +156,7 @@ class HmRadio {
|
|||
|
||||
void sendControlPacket(uint64_t invId, uint8_t cmd, uint16_t *data, bool isRetransmit, bool isNoMI = true) {
|
||||
DPRINT(DBG_INFO, F("sendControlPacket cmd: 0x"));
|
||||
DBGPRINTLN(String(cmd, HEX));
|
||||
DBGHEXLN(cmd);
|
||||
initPacket(invId, TX_REQ_DEVCONTROL, SINGLE_FRAME);
|
||||
uint8_t cnt = 10;
|
||||
if (isNoMI) {
|
||||
|
@ -187,6 +187,7 @@ class HmRadio {
|
|||
default:
|
||||
return;
|
||||
}
|
||||
cnt++;
|
||||
}
|
||||
sendPacket(invId, cnt, isRetransmit);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue