Test protocol

This commit is contained in:
Pascal Langer
2020-06-03 11:43:27 +02:00
parent ceea384a36
commit 5ce99ee419
5 changed files with 76 additions and 2 deletions

View File

@@ -1554,7 +1554,12 @@ static void protocol_init()
remote_callback = Q90C_callback;
break;
#endif
#if defined(TEST_CC2500_INO)
case PROTO_TEST:
next_callback=initTEST();
remote_callback = TEST_callback;
break;
#endif
#endif
#ifdef SX1276_INSTALLED
#if defined(FRSKYR9_SX1276_INO)