Skip to content

Commit

Permalink
uv17Pro: Note the A/B selection byte
Browse files Browse the repository at this point in the history
Fixes #11452
  • Loading branch information
kk7ds committed Aug 13, 2024
1 parent 87bdc66 commit 6069ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/drivers/baofeng_uv17Pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class UV17Pro(bfc.BaofengCommonHT):
u8 rpttailclear;
u8 rpttaildet;
u8 roger;
u8 unknown2;
u8 a_or_b_selected; // a=0, b=1
u8 fmenable;
u8 chbworkmode:4,
chaworkmode:4;
Expand Down

0 comments on commit 6069ec4

Please sign in to comment.