Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2501 → Rev 2502

/trunk/led.c
33,7 → 33,7
J16Bitmask = EE_Parameter.J16Bitmask;
J17Bitmask = EE_Parameter.J17Bitmask;
delay = 9;
if(FC_StatusFlags & (FC_STATUS_LOWBAT | FC_STATUS_EMERGENCY_LANDING) || (VersionInfo.HardwareError[1] & FC_ERROR1_I2C))
if(FC_StatusFlags & (FC_STATUS_LOWBAT | FC_STATUS_EMERGENCY_LANDING) || (VersionInfo.HardwareError[1] & FC_ERROR1_I2C) || !SenderOkay)
{
if(EE_Parameter.WARN_J16_Bitmask)
{
/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 = 9
VERSION_PATCH = 0
VERSION_PATCH = 3
VERSION_SERIAL_MAJOR = 11 # Serial Protocol to KopterTool -> do not change!
VERSION_SERIAL_MINOR = 0 # Serial Protocol
NC_SPI_COMPATIBLE = 71 # Navi-Kompatibilität
NC_SPI_COMPATIBLE = 73 # Navi-Kompatibilität
LIB_FC_COMPATIBLE = 7 # Library
#-------------------------------------------------------------------
# ATMEGA644: 63487 is maximum
/trunk/version.txt
760,6 → 760,7
- BL-State (Current, Temperature,...) are now faster transferred for Logging
- ComingHome: automatic Direction change
- allows Yawing without CareFree (Yawing at Coming Home)
- Bugfix: Output LED Blinking when RC-Lost
toDo:
- CalAthmospheare nachführen