Skip to content

Commit 22b10d4

Browse files
authored
Merge pull request #5 from ligenxxxx/fix-analog-rssi-page-note-info
update analog rssi calibration note info
2 parents 0bd5601 + 60f11b2 commit 22b10d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ui/page_analog_rssi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ static lv_obj_t *page_analog_rssi_create(lv_obj_t *parent, panel_arr_t *arr) {
6969
lv_obj_t *note = lv_label_create(cont);
7070
snprintf(buf, sizeof(buf), "%s:\n -%s\n -%s\n%s:\n -%s\n -%s\n -%s",
7171
_lang("Before calibrating RSSI min"),
72-
_lang("Remove the BoxPro antenna"),
72+
_lang("Remove the goggle antenna"),
7373
_lang("Turn off all VTX"),
7474
_lang("Before calibrating RSSI max"),
75-
_lang("Remove the BoxPro antenna"),
75+
_lang("Remove the goggle antenna"),
7676
_lang("Turn on the analog VTX to R1 25mw"),
77-
_lang("Place the VTX 2 meters away from the BoxPro"));
77+
_lang("Place the VTX 2 meters away from the goggle"));
7878
lv_label_set_text(note, buf);
7979

8080
lv_obj_set_style_text_font(note, &lv_font_montserrat_16, 0);

0 commit comments

Comments
 (0)