mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 19:13:14 +00:00
WFLY2: WBUS <-> PPM
This commit is contained in:
@@ -104,9 +104,9 @@ static void __attribute__((unused)) WFLY2_build_packet()
|
||||
packet[0] = 0x05; //PPM/WBUS packet
|
||||
packet[5] = 0x01;
|
||||
if(option)
|
||||
packet[6] = 0x00; // WBUS
|
||||
else
|
||||
packet[6] = 0x01; // PPM
|
||||
else
|
||||
packet[6] = 0x00; // WBUS
|
||||
prev_option = option;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user