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

@@ -160,6 +160,11 @@
#error "The Kyosho forced frequency tuning value is outside of the range -300..300."
#endif
#endif
#ifdef FORCE_WFLYRF_TUNING
#if ( FORCE_WFLYRF_TUNING < -300 ) || ( FORCE_WFLYRF_TUNING > 300 )
#error "The WFLYRF forced frequency tuning value is outside of the range -300..300."
#endif
#endif
#ifndef USE_A7105_CH15_TUNING
#ifndef FORCE_BUGS_TUNING
@@ -177,6 +182,9 @@
#ifndef FORCE_KYOSHO_TUNING
#define FORCE_KYOSHO_TUNING 0
#endif
#ifndef FORCE_WFLYRF_TUNING
#define FORCE_WFLYRF_TUNING 0
#endif
#ifndef FORCE_HUBSAN_TUNING
#define FORCE_HUBSAN_TUNING 0
#endif