Subversion Repositories FlightCtrl

Rev

Rev 2182 | Rev 2344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2182 Rev 2327
Line 97... Line 97...
97
           _printf_P(&LIBFC_JetiBox_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);
97
           _printf_P(&LIBFC_JetiBox_Putchar, NC_ERROR_TEXT[NC_ErrorCode] , 0);
98
          }
98
          }
99
          else
99
          else
100
          {
100
          {
101
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
101
           JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode);
102
           if(MotorenEin) JetiBeep = 'O';
102
//         if(MotorenEin) JetiBeep = 'O'; 
103
          }
103
          }
104
        }
104
        }
105
#else
105
#else
106
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); if(MotorenEin) JetiBeep = 'O';};
106
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); if(MotorenEin) JetiBeep = 'S';};
107
#endif
107
#endif
108
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
108
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
109
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
109
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
110
        {
110
        {
111
                JetiBox_printfxy(10,1,"%4im%c", (int16_t)(HoehenWert/100),VarioCharacter);
111
                JetiBox_printfxy(10,1,"%4im%c", (int16_t)(HoehenWert/100),VarioCharacter);