Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2669 → Rev 2670

/trunk/hottmenu.c
717,7 → 717,7
{
HoTT_printfxy(9,4,":");
HoTT_printfxy(0,4,"SAT:%2d ",GPSInfo.NumOfSats);
HoTT_printfxy(10,4,"DIST:%3dm",GPSInfo.HomeDistance/10);
HoTT_printfxy(10,4,"DIST:%3dm %c",GPSInfo.HomeDistance/10,NC_GPS_ModeCharacter);
switch (GPSInfo.SatFix)
{
case SATFIX_3D:
740,12 → 740,11
if(show_mag)
{
HoTT_printfxy(0,5,"MAG:%3u%% ",EarthMagneticField);
HoTT_printfxy(12,5,"HM:%3d%c %c", GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
HoTT_printfxy(9,5,"incl:%2d%c(%2i)",EarthMagneticInclination, HoTT_GRAD,EarthMagneticInclinationTheoretic);
}
else
{
HoTT_printfxy(0,5," %2um/s: HM:%3d%c %c",GPSInfo.Speed, GPSInfo.HomeBearing, HoTT_GRAD, NC_GPS_ModeCharacter);
HoTT_printfxy(0,5," %2um/s: HM:%3d%c %c",GPSInfo.Speed, GPSInfo.HomeBearing, HoTT_GRAD, CamCtrlCharacter);
}
}
else Hott_ClearLine(5);
/trunk/version.txt
868,6 → 868,10
- REDUNDANT_SLAVE: small Bugfix -> sometimes "SL23: Motor Restart" before liftoff
- Redundance_Master: small Bugfix -> Lost of serial bus not reported
- set GPS-Switch to FREE if GPS is deactivated in the settings
 
2.15f
- unlimited Failsafe-Time possible if License is installed
- CamCtrlCharacter in Text-Telemetry
toDo:
- CalAthmospheare nachführen