mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 02:43:16 +00:00
DHD D4 set to high rates
This commit is contained in:
@@ -110,10 +110,7 @@ static void __attribute__((unused)) BAYANG_send_packet(uint8_t bind)
|
||||
packet[1] = convert_channel_8b(CH14);
|
||||
}
|
||||
else
|
||||
if(sub_protocol!=DHD_D4)
|
||||
packet[1] = 0xFA; // normal mode is 0xf7, expert 0xfa
|
||||
else
|
||||
packet[1] = 0xF4;
|
||||
packet[1] = 0xFA; // normal mode is 0xF7, expert 0xFa , D4 normal is 0xF4
|
||||
|
||||
//Flags packet[2]
|
||||
packet[2] = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user