Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2695 → Rev 2696

/trunk/hottmenu.c
169,6 → 169,7
"Parachute! \0", // 43
"Outside Flyzone \0", // 44
"No Flyzone \0", // 45
"ERR:Calibration \0", // 46
};
 
 
220,7 → 221,9
{SPEAK_ERR_SENSOR,0}, // "ACC not calibr. ", // 42
{SPEAK_MK_OFF,0}, // "Parachute", // 43
{SPEAK_MAX_RANGE,0}, // "Outside Area", // 44
{SPEAK_ERROR,0} // "No Flyzone", // 45
{SPEAK_ERROR,0}, // "No Flyzone", // 45
{0,0} // "Err:Calibration" // 46 (achtung: hier nicht "SPEAK_ERR_CALIBARTION" einsetzen)
 
};
 
/*
/trunk/hottmenu.h
111,7 → 111,7
//"ERR:Redundanz ?"
*/
 
#define MAX_ERR_NUMBER (45+1)
#define MAX_ERR_NUMBER (46+1)
extern const char PROGMEM NC_ERROR_TEXT[MAX_ERR_NUMBER][17];
extern unsigned int NaviData_TargetDistance;
extern unsigned char MaxBlTemperture;
/trunk/libfc1284.a
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/version.txt
873,7 → 873,18
-> undervoltage
-> NC landing Waypoints
- Laser distance in Hott-Menu
2.17a
- Flyzones implemented
-> Settings option: FlyZoneRequired
-> Settings option: Land Outside Flyzone
-> Text in HoTT-Telemetry
-> "F" at the end of the Waypoint message line
 
2.17b
- Error Calibration message in LCD
toDo:
- CalAthmospheare nachführen