@@ -289,7 +289,7 @@ void panRSSI(int first_col, int first_line){
289
289
}
290
290
if (rssiraw_on == 1 ) rssi = (int16_t )osd_rssi;
291
291
if (rssiraw_on == 9 ) rssi = chan8_raw;
292
- osd.printf (" %c%4i %c" , 0x09 , rssi, 0x25 );
292
+ osd.printf (" %c%3i %c" , 0x09 , rssi, 0x25 );
293
293
osd.closePanel ();
294
294
}
295
295
@@ -512,7 +512,7 @@ void panOff(){
512
512
osd.setPanel (first_col, first_line);
513
513
osd.openPanel ();
514
514
515
- osd.printf (" %c%3.0f%c%c" , 0xb0 , (alt_error * converth * -1 ), high, 0x20 , 0xb1 , ((aspd_error / 100.0 ) * converts), spe, 0x20 );
515
+ osd.printf (" %c%3.0f%c%c|%c%3.0f%c%c " , 0xb0 , (alt_error * converth * -1 ), high, 0x20 , 0xb1 , ((aspd_error / 100.0 ) * converts), spe, 0x20 );
516
516
517
517
osd.closePanel ();
518
518
}
@@ -1055,11 +1055,11 @@ void panWPDis(int first_col, int first_line){
1055
1055
osd.printf (" %c%c%2i%c%4.0f%c|" ,0x57 , 0x70 , wp_number,0x0 ,(double )((float )(wp_dist) * converth),high);
1056
1056
showArrow ((uint8_t )wp_target_bearing_rotate_int,0 );
1057
1057
1058
- // if (osd_mode == 10 || osd_mode == 15 || osd_mode == 7){
1058
+ if (osd_mode == 10 || osd_mode == 15 || osd_mode == 7 ){
1059
1059
osd.printf (" %c%c%c%4.0f%c" , 0x20 , 0x58 , 0x65 , (xtrack_error* converth), high);
1060
- // }else{
1061
- // osd.printf_P(PSTR("\x20\x20\x20\x20\x20\x20\x20\x20"));
1062
- // }
1060
+ }else {
1061
+ osd.printf_P (PSTR (" \x20\x20\x20\x20\x20\x20\x20\x20 " ));
1062
+ }
1063
1063
osd.closePanel ();
1064
1064
}
1065
1065
0 commit comments