mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-02 18:51:38 +02:00
power limit persistent
This commit is contained in:
parent
78d8c69917
commit
56cc481069
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ class HmRadio {
|
|||
}
|
||||
mTxBuf[10 + (++cnt)] = (data >> 8) & 0xff; // 0x01
|
||||
mTxBuf[10 + (++cnt)] = (data ) & 0xff; // 0x2c
|
||||
// are these two bytes necessary? --> yes it seems so
|
||||
mTxBuf[10 + (++cnt)] = 0x00;
|
||||
// mTxBuf[10 + (++cnt)] = 0x00; // not persistent
|
||||
mTxBuf[10 + (++cnt)] = 0x01; // persistent
|
||||
mTxBuf[10 + (++cnt)] = 0x00;
|
||||
}
|
||||
// crc control data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue