mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 19:13:14 +00:00
MouldKing: match original
This commit is contained in:
@@ -46,7 +46,7 @@ static void __attribute__((unused)) MOULDKG_send_packet()
|
||||
XN297_RFChannel(hopping_frequency[(packet_count>>1)&0x03]);
|
||||
|
||||
uint8_t val=0;
|
||||
if(packet_count&1)
|
||||
if(packet_count&1==0)
|
||||
{
|
||||
packet[0] = 0x31;
|
||||
//Button B
|
||||
|
||||
Reference in New Issue
Block a user