WFLY RF: WIP protocol

This commit is contained in:
Pascal Langer
2020-12-10 16:51:55 +01:00
parent 956e632392
commit 2b0f663482
6 changed files with 215 additions and 108 deletions

View File

@@ -1197,7 +1197,7 @@ static void protocol_init()
break;
#endif
#if defined(WFLYRF_A7105_INO)
case PROTO_WFLY:
case PROTO_WFLYRF:
PE1_off; //antenna RF1
next_callback = initWFLYRF();
remote_callback = ReadWFLYRF;