Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2629 → Rev 2630

/trunk/hottmenu.c
211,7 → 211,7
{0,0}, // "Redundancy test", // 37
{SPEAK_ERR_GPS,0}, // "GPS Update Rate", // 38
{SPEAK_ERR_DATABUS,0}, // "Canbus Error! // 39
{SPEAK_ERROR,0}, // "5V Supply" // 40
{SPEAK_RECEIV_VOLT,0}, // "5V Supply" // 40
{SPEAK_UNDERVOLTAGE,0},// "Power Supply" // 41
{SPEAK_ERR_SENSOR,0}, // "ACC not calibr. ", // 42
};
/trunk/hottmenu.h
40,6 → 40,7
#define SPEAK_ALTITUDE_ON 39
#define SPEAK_ALTITUDE_OFF 40
#define SPEAK_100M 41
#define SPEAK_RECEIV_VOLT 42
#define SPEAK_CF_ON 46
#define SPEAK_SINKING 47 // ?
#define SPEAK_RISING 48
/trunk/jeti_ex.c
52,7 → 52,7
'L', // SPEAK_ALTITUDE_ON 39
'M', // SPEAK_ALTITUDE_OFF 40
0, // SPEAK_100M 41
0, // 42
'S', // SPEAK_RECEIV_VOLT 42
0, // 43
0, // 44
0, // 45
/trunk/libfc1284.a
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/libfc644.a
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/makefile
6,10 → 6,10
#-------------------------------------------------------------------
VERSION_MAJOR = 2
VERSION_MINOR = 13
VERSION_PATCH = 1
VERSION_PATCH = 6
VERSION_SERIAL_MAJOR = 11 # Serial Protocol to KopterTool -> do not change!
VERSION_SERIAL_MINOR = 0 # Serial Protocol
NC_SPI_COMPATIBLE = 78 # Navi-Kompatibilität
NC_SPI_COMPATIBLE = 80 # Navi-Kompatibilität
LIB_FC_COMPATIBLE = 8 # Library
#-------------------------------------------------------------------
# ATMEGA644: 63487 is maximum
/trunk/version.txt
838,6 → 838,9
- 30 sek Timout on serial Data (only for Servo Position until now)
- Small Bugfix: Beep sequence was sometimes disturbed during power on
2.13g (18.01.2016)
- SPEAK_RECEIVER_VOLTAGE implemented (FC3.0)
 
toDo:
- CalAthmospheare nachführen