Skip to content

Commit 60f11b2

Browse files
committed
Updates calibration instructions to reference goggle antenna
Clarifies calibration steps by replacing "BoxPro antenna" with "goggle antenna" for consistency and accuracy in user instructions. Improves user understanding during RSSI calibration.
1 parent 0bd5601 commit 60f11b2

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)