Skip to content

Commit

Permalink
profile: default to direct source
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Nov 5, 2024
1 parent 5220c89 commit b53e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ const profile_t default_profile = {
PREARM, // AUX_PREARM
AUX_CHANNEL_OFF, // AUX_OSD_PROFILE
},
.lqi_source = RX_LQI_SOURCE_PACKET_RATE,
.lqi_source = RX_LQI_SOURCE_DIRECT,
.channel_mapping = RX_MAPPING_AETR,
.stick_calibration_limits = {
{.min = -1, .max = 1}, // axis[0]
Expand Down

0 comments on commit b53e065

Please sign in to comment.