MT99XX: no autobind, 1 ID

This commit is contained in:
Pascal Langer 2021-02-01 21:31:34 +01:00
parent 580b996215
commit 9769354989
2 changed files with 5 additions and 2 deletions

View File

@ -27,6 +27,8 @@
#define MT99XX_INITIAL_WAIT 500
#define MT99XX_PACKET_SIZE 9
#define FORCE_A180_ID
enum{
// flags going to packet[6] (MT99xx, H7)
FLAG_MT_RATE1 = 0x01, // (H7 & A180 high rate)
@ -313,6 +315,7 @@ uint16_t MT99XX_callback()
uint16_t initMT99XX(void)
{
if(sub_protocol != A180)
BIND_IN_PROGRESS; // autobind protocol
bind_counter = MT99XX_BIND_COUNT;

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 20
#define VERSION_PATCH_LEVEL 21
//******************
// Protocols