Skip to content

Commit

Permalink
Merge pull request #420 from ligenxxxx/fix_roll_when_use_analog
Browse files Browse the repository at this point in the history
do not tune hdzero channel when use analog
  • Loading branch information
ligenxxxx authored Jun 19, 2024
2 parents f44bb32 + 0d4957b commit f6d85da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/input_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ void tune_channel(uint8_t action) {
if (g_setting.ease.no_dial)
return;

if (g_source_info.source != SOURCE_HDZERO)
return;

LOGI("tune_channel:%d", action);

if (tune_state == 0) {
Expand Down

0 comments on commit f6d85da

Please sign in to comment.