mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 16:28:10 +00:00
SGF22.4
This commit is contained in:
parent
b18adb0efe
commit
dc1490b9b0
@ -65,7 +65,6 @@ static void __attribute__((unused)) SGF22_send_packet()
|
||||
packet[8] |= SGF22_FLAG_6G; // mode 1 - 6g
|
||||
if(Channel_data[CH5] > CHANNEL_MAX_COMMAND)
|
||||
packet[8] |= SGF22_FLAG_VERTICAL; // mode 0 - vertical
|
||||
GET_FLAG(CH8_SW, SGF22_FLAG_PHOTO); // press down throttle trim for photo
|
||||
packet[9] = GET_FLAG(CH8_SW, SGF22_FLAG_PHOTO); // press in throttle trim for photo
|
||||
packet[10] = 0x42; // no fine tune
|
||||
packet[11] = 0x10; // no fine tune
|
||||
|
Loading…
x
Reference in New Issue
Block a user