New protocol Traxxas

Protocol number: 43
Compatible with receivers 6519
Extended limits supported
CH1=AUX3
CH2=AUX4
CH3=THROTTLE
CH4=STEERING
This commit is contained in:
Pascal Langer
2019-08-06 17:27:42 +02:00
parent 2c9693389e
commit 6f33abb25e
6 changed files with 263 additions and 6 deletions

View File

@@ -1058,6 +1058,13 @@ static void protocol_init()
remote_callback = ReadJ6Pro;
break;
#endif
#if defined(TRAXXAS_CYRF6936_INO)
case PROTO_TRAXXAS:
PE2_on; //antenna RF4
next_callback = initTRAXXAS();
remote_callback = ReadTRAXXAS;
break;
#endif
#endif
#ifdef NRF24L01_INSTALLED
#if defined(HISKY_NRF24L01_INO)