WFLY: Track changes in A7105 config (radio has A7106)

This commit is contained in:
Pascal Langer 2020-12-10 18:57:06 +01:00
parent ebb8a33c1a
commit abd36dc6a4
2 changed files with 5 additions and 5 deletions

View File

@ -332,9 +332,9 @@ const uint8_t PROGMEM KYOSHO_HYPE_A7105_regs[] = {
#endif #endif
#ifdef WFLYRF_A7105_INO //A7106 values #ifdef WFLYRF_A7105_INO //A7106 values
const uint8_t PROGMEM WFLYRF_A7105_regs[] = { const uint8_t PROGMEM WFLYRF_A7105_regs[] = {
0xff, 0x62, 0xff, 0x1F, 0x40, 0xff, 0xff ,0x00, 0x00, 0x00, 0x00, 0x33, 0x33, 0x05, 0x00, 0x64, // 00 - 0f Change: 0B&0C=0x33 0xff, 0x62, 0xff, 0x1F, 0x40, 0xff, 0xff ,0x00, 0x00, 0x00, 0x00, 0x33, 0x33, 0x05, 0x00, 0x64, // 00 - 0f Changes: 0B:19->33, 0C:01,33
0x9e, 0x4b, 0x00, 0x02, 0x16, 0x2b, 0x12, 0x40, 0x62, 0x80, 0x80, 0x00, 0x0a, 0x32, 0x03, 0x0f, // 10 - 1f 1C=0x0A 0x9e, 0x4b, 0x00, 0x02, 0x16, 0x2b, 0x12, 0x40, 0x62, 0x80, 0x80, 0x00, 0x0a, 0x32, 0x03, 0x0f, // 10 - 1f 1C:4A->0A
0x12, 0x00, 0x00, 0xff, 0x00, 0x00, 0x23, 0x70, 0x15, 0x47, 0x80, 0x03, 0x01, 0x45, 0x18, 0x00, // 20 - 2f 2B=03, 2E=0x18 0x12, 0x00, 0x00, 0xff, 0x00, 0x00, 0x23, 0x70, 0x15, 0x47, 0x80, 0x03, 0x01, 0x45, 0x18, 0x00, // 20 - 2f 2B:77->03, 2E:19->18
0x01, 0x0f // 30 - 31 0x01, 0x0f // 30 - 31
}; };
#endif #endif

View File

@ -130,9 +130,9 @@ static void __attribute__((unused)) WFLYRF_build_packet()
#endif #endif
} }
#define WFLYRF_PACKET_PERIOD 3600 //3600 #define WFLYRF_PACKET_PERIOD 3600
#define WFLYRF_BUFFER_TIME 1500 #define WFLYRF_BUFFER_TIME 1500
#define WFLYRF_WRITE_TIME 942 //942 #define WFLYRF_WRITE_TIME 942
uint16_t ReadWFLYRF() uint16_t ReadWFLYRF()
{ {