New protocol WK2x01

Protocol WK2x01 number 30
Sub protocols:
- WK2801 number 0, 8 channels, fixed id not supported
- WK2601 number 1, 6/7 channels, option is used see doc for details
- WK2401 number 2, 4 channels
Extended limits supported
Autobind protocol
Most receivers support WK2801 so always start trying this sub protocol
first.
This commit is contained in:
pascallanger
2017-01-03 19:19:53 +01:00
parent 1f0f9a2eae
commit fbb919d767
6 changed files with 485 additions and 0 deletions

View File

@@ -756,6 +756,13 @@ static void protocol_init()
remote_callback = ReadJ6Pro;
break;
#endif
#if defined(WK2x01_CYRF6936_INO)
case MODE_WK2x01:
PE2_on; //antenna RF4
next_callback = WK_setup();
remote_callback = WK_cb;
break;
#endif
#endif
#ifdef NRF24L01_INSTALLED
#if defined(HISKY_NRF24L01_INO)