This commit is contained in:
Pascal Langer
2020-09-07 22:58:37 +02:00
parent e2972a5823
commit c9b49483e0
4 changed files with 83 additions and 10 deletions

View File

@@ -1651,10 +1651,10 @@ static void protocol_init()
remote_callback = TEST_callback;
break;
#endif
#if defined(FAKE_NRF24L01_INO)
case PROTO_FAKE:
next_callback=initFAKE();
remote_callback = FAKE_callback;
#if defined(NANORF_NRF24L01_INO)
case PROTO_NANORF:
next_callback=initNANORF();
remote_callback = NANORF_callback;
break;
#endif
#endif