power limit persistent

This commit is contained in:
Andreas Schiffler 2022-08-05 15:00:50 +02:00
parent 78d8c69917
commit 56cc481069

View file

@ -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