File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments