Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2186 → Rev 2187

/trunk/hottmenu.c
371,7 → 371,6
 
case HOTT_GPS_PACKET_ID:
GPSPacket.Altitude = HoehenWert/100 + 500;
//GPSPacket.Altitude = DebugOut.Analog[17] + 500;
// GPSPacket.Distance = GPSInfo.HomeDistance/10; // macht die NC
// GPSPacket.Heading = GPSInfo.HomeBearing/2; // macht die NC
// GPSPacket.Speed = (GPSInfo.Speed * 36) / 10; // macht die NC