From 567c899e602c8997f99b25077892d2714507bfea Mon Sep 17 00:00:00 2001 From: Linar Yusupov Date: Wed, 6 Dec 2023 14:52:13 +0300 Subject: [PATCH] change OLED squelch label from SEQ to SQL --- src/gui_lcd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui_lcd.cpp b/src/gui_lcd.cpp index a1d7bd8..6033944 100644 --- a/src/gui_lcd.cpp +++ b/src/gui_lcd.cpp @@ -4586,7 +4586,7 @@ void on_rfconfig_selected(MenuItem *p_menu_item) sprintf(txtBox[1].text, "%.4f", config.freq_rx); display.setCursor(0, 54); - display.print("SEQ:"); + display.print("SQL:"); cbBox[0].isValue = true; cbBox[0].x = 25; cbBox[0].y = 52; @@ -7528,4 +7528,4 @@ String cut_string(String input, String header) } return ("NULL"); // Return ข้อความ NULL เมื่อไม่ตรงเงื่อนไข -} \ No newline at end of file +}