Skip to content

Commit dce3483

Browse files
authored
Fix backward logic displaying settingIgnoreRX
1 parent 34a4e98 commit dce3483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/OpenLCD/Setting_Control.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void changeIgnore()
2626

2727
SerLCD.print(F("Ignore RX O"));
2828

29-
if (settingIgnoreRX == true)
29+
if (settingIgnoreRX == false)
3030
SerLCD.print(F("FF"));
3131
else
3232
SerLCD.print(F("N"));

0 commit comments

Comments
 (0)