mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-05 15:17:20 -05:00
Fix ritToggle logic
This commit is contained in:
parent
fbfb7c89d6
commit
8d34a3461b
@ -628,7 +628,7 @@ int enc_read(void) {
|
||||
}
|
||||
|
||||
void ritToggle(struct Button *button){
|
||||
if (globalSettings.ritOn){
|
||||
if(!globalSettings.ritOn){
|
||||
ritEnable(GetActiveVfoFreq());
|
||||
}
|
||||
else{
|
||||
|
Loading…
Reference in New Issue
Block a user