Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2231 → Rev 2232

/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,13 → 6,13
#-------------------------------------------------------------------
VERSION_MAJOR = 0
VERSION_MINOR = 89
VERSION_PATCH = 2
VERSION_PATCH = 4
VERSION_SERIAL_MAJOR = 11 # Serial Protocol
VERSION_SERIAL_MINOR = 0 # Serial Protocol
NC_SPI_COMPATIBLE = 52 # Navi-Kompatibilität
#-------------------------------------------------------------------
# ATMEGA644: 63487 is maximum
#-------------------------------------------------------------------#-------------------------------------------------------------------
#-------------------------------------------------------------------
# 0 a
# 1 b
# 2 c
/trunk/timer0.c
247,7 → 247,7
/*****************************************************/
void CalcNickServoValue(void)
{
unsigned int max, min;
signed int max, min;
 
if(EE_Parameter.ServoCompInvert & SERVO_RELATIVE) // relative moving of the servo value
{
/trunk/version.txt
553,9 → 553,10
0.88n H.Buss 06.07.2012
- Bugfix: Der letzte angesteuerte Servo-Puls war zu kurz
 
0.89a
0.89
- Anzeige WP x/Y in der HoTT-Telemetrie
- Schalter und WP-Event gleichzeitig
- Photo-Auslösung als Entfernungsintervalle
- Jeti +
- RC-Lost am Startpunkt, wenn GAS auf Null > 1,5sek macht dann kein Failsafe
- Kamera-Neitung als Integral
- RC-Lost am Startpunkt macht kein Failsafe, wenn GAS auf Null für 1,5sek war