Change BFO Cal Step(50 to 5), Change CW Frequency Method

This commit is contained in:
phdlee
2018-02-22 12:26:18 +09:00
parent e0f9148972
commit 4a6909f361
3 changed files with 34 additions and 2 deletions

View File

@@ -1149,9 +1149,9 @@ void menuSetupCarrier(int btn){
knob = enc_read();
if (knob > 0)
usbCarrier -= 50;
usbCarrier -= 5;
else if (knob < 0)
usbCarrier += 50;
usbCarrier += 5;
else
continue; //don't update the frequency or the display