Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pu2clr committed Jul 23, 2024
1 parent 9d6800a commit e669452
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ void doStereo() {
int8_t key = browseParameter();
while (key !=0) {
bStereo = !bStereo;
tx.setTxStereo(bStereo);
showStereoMono();
key = browseParameter();
}
tx.setTxStereo(bStereo);
showStereoMono();
menuLevel = 0;
}

Expand Down

0 comments on commit e669452

Please sign in to comment.