This commit is contained in:
Pascal Langer
2017-12-07 17:28:01 +01:00
parent ed42bf311f
commit 19f879da7f
3 changed files with 8 additions and 4 deletions

View File

@@ -109,6 +109,9 @@ static void multi_send_status()
else
if (!IS_BIND_DONE_on)
flags |= 0x08;
//Failsafe supported
if((protocol==MODE_HISKY && sub_protocol==HK310) || protocol==MODE_DEVO || protocol==MODE_SFHSS || protocol==MODE_WK2x01 || protocol==MODE_AFHDS2A) //|| protocol==MODE_FRSKYX)
flags |= 0x20;
}
Serial_write(flags);