Skip to content

Commit

Permalink
Use mixed data for serial output
Browse files Browse the repository at this point in the history
  • Loading branch information
awigen committed Jun 1, 2024
1 parent 3f4e807 commit 3514867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/rx-serial/devSerialIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static int timeout()

// Verify there is new ChannelData and they should be sent on
bool sendChannels = confirmFrameAvailable();
uint32_t duration = serialIO->sendRCFrame(sendChannels, missed, ChannelData);
uint32_t duration = serialIO->sendRCFrame(sendChannels, missed, ChannelMixedData);

// still get telemetry and send link stats if theres no model match
serialIO->processSerialInput();
Expand Down

0 comments on commit 3514867

Please sign in to comment.