Subversion Repositories FlightCtrl

Rev

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

Rev 2327 Rev 2344
Line 100... Line 100...
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
-
 
106
        if(ShowSettingName)
-
 
107
        {
-
 
108
         ShowSettingName--;
-
 
109
         LIBFC_JetiBox_Clear();
-
 
110
         JetiBox_printfxy(0,1,"Set%d:%s  ",ActiveParamSet,EE_Parameter.Name);
-
 
111
         return; // nichts weiter ausgeben
-
 
112
        }
-
 
113
 
105
#else
114
#else
106
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); if(MotorenEin) JetiBeep = 'S';};
115
        if(NC_ErrorCode) { JetiBox_printfxy(6,0,"ERROR: %2d ",NC_ErrorCode); if(MotorenEin) JetiBeep = 'S';};
107
#endif
116
#endif
108
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
117
        JetiBox_printfxy(0,1,"%4i %2i:%02i",Capacity.UsedCapacity,FlugSekunden/60,FlugSekunden%60);
109
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)
118
        if(Parameter_GlobalConfig & CFG_HOEHENREGELUNG)