mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-05 00:48:13 +00:00
GD00X fix
This commit is contained in:
parent
2553d44d32
commit
7fb4bbbf3c
@ -87,7 +87,7 @@ static void __attribute__((unused)) GD00X_initialize_txid()
|
|||||||
rx_tx_addr[2]=0x12;
|
rx_tx_addr[2]=0x12;
|
||||||
rx_tx_addr[3]=0x13;
|
rx_tx_addr[3]=0x13;
|
||||||
for(uint8_t i=0; i<4;i++)
|
for(uint8_t i=0; i<4;i++)
|
||||||
hopping_frequency[0]=79-(i<<1);
|
hopping_frequency[i]=79-(i<<1);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 2
|
#define VERSION_MINOR 2
|
||||||
#define VERSION_REVISION 1
|
#define VERSION_REVISION 1
|
||||||
#define VERSION_PATCH_LEVEL 15
|
#define VERSION_PATCH_LEVEL 16
|
||||||
|
|
||||||
//******************
|
//******************
|
||||||
// Protocols
|
// Protocols
|
||||||
|
Loading…
x
Reference in New Issue
Block a user