In the video you can see that the receiver stores the last values, when signal is lost. After one second the failsafe-funktion are activated.

I have the Turnigy 9x wit the turinigy 8Ch receiver 2.4 Ghz.
(original firmware)
5 Channels are connected to the board.
The board is a Crius MWC 2.0.
Here is the video that show it: http://www.youtube.com/watch?v=C9DrIlzB ... e=youtu.be
I set in the controller Setting->Fail Saf -> All Channel are now F/S 000%. (But all values before signal lost are stored)
here my code: (config.h)
#define FAILSAFE
#define FAILSAFE_DELAY 10
#define FAILSAFE_OFF_DELAY 50
#define FAILSAFE_THROTTLE (MINTHROTTLE + 200)
#define HK_MultiWii_SE_V2
GPS (Not connected) (This causes the I2C-errors)
#define I2C_GPS
#define MAG_DECLINIATION 1.18f
Multiwii.ino
(Because my controller generates cannel-values in the range from 1055 to 1886)
// ******************
// rc functions
// ******************
#define MINCHECK 1100
#define MAXCHECK 1800
I can not explain now why the faisafe function starts?

E_T