Skip to content

Commit

Permalink
SGF22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Feb 16, 2024
1 parent b18adb0 commit dc1490b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Multiprotocol/SGF22_nrf24l01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc1490b

Please sign in to comment.