Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2576 → Rev 2577

/trunk/libfc1284.a
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/main.c
594,7 → 594,11
if(ExternalControlTimeout)
{
ExternalControlTimeout--;
if(ExternalControlTimeout == 1) beeptime = 2000;
if(ExternalControlTimeout == 1)
{
ExternalControl.Config = 0;
beeptime = 2000;
}
}
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
// +++++++++++++++++++++++++++++++++++++++++++
/trunk/version.txt
804,6 → 804,9
2.11b (19.07.2015)
- Load Points via Switch on transmitter without using a menu
- AxisDecoupling can't be deactivated
 
2.11c (09.10.2015)
- ExternalControlTimeout activated (2 seconds)