Renamed protocol E016H to E016HV2

This commit is contained in:
Pascal Langer
2020-12-18 00:09:13 +01:00
parent f6de3de78c
commit 4ce3a5d298
8 changed files with 35 additions and 35 deletions

View File

@@ -1322,12 +1322,12 @@ static void protocol_init()
remote_callback = RLINK_callback;
break;
#endif
#if defined(E016H_CC2500_INO)
case PROTO_E016H:
#if defined(E016HV2_CC2500_INO)
case PROTO_E016HV2:
PE1_off;
PE2_on; //antenna RF2
next_callback = initE016H();
remote_callback = E016H_callback;
next_callback = initE016HV2();
remote_callback = E016HV2_callback;
break;
#endif
#endif