E016H v2: new protocol WIP only 1 ID

This commit is contained in:
Pascal Langer
2020-12-17 18:05:04 +01:00
parent f18847df57
commit 321e4aee34
9 changed files with 208 additions and 16 deletions

View File

@@ -1322,6 +1322,14 @@ static void protocol_init()
remote_callback = RLINK_callback;
break;
#endif
#if defined(E016H_CC2500_INO)
case PROTO_E016H:
PE1_off;
PE2_on; //antenna RF2
next_callback = initE016H();
remote_callback = E016H_callback;
break;
#endif
#endif
#ifdef CYRF6936_INSTALLED
#if defined(DSM_CYRF6936_INO)