OMP: new protocol intial release

Untested!!!
This commit is contained in:
Pascal Langer
2020-08-15 16:17:18 +02:00
parent 4e0fccfc63
commit b1e4daf1c2
8 changed files with 171 additions and 3 deletions

View File

@@ -1604,6 +1604,12 @@ static void protocol_init()
remote_callback = REALACC_callback;
break;
#endif
#if defined(OMP_NRF24L01_INO)
case PROTO_OMP:
next_callback=initOMP();
remote_callback = OMP_callback;
break;
#endif
#if defined(TEST_CC2500_INO)
case PROTO_TEST:
next_callback=initTEST();