mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-21 16:53:15 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user