GD00X fix

This commit is contained in:
Pascal Langer 2018-11-17 09:08:23 +01:00
parent 2553d44d32
commit 7fb4bbbf3c
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ static void __attribute__((unused)) GD00X_initialize_txid()
rx_tx_addr[2]=0x12;
rx_tx_addr[3]=0x13;
for(uint8_t i=0; i<4;i++)
hopping_frequency[0]=79-(i<<1);
hopping_frequency[i]=79-(i<<1);
#endif
}

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 15
#define VERSION_PATCH_LEVEL 16
//******************
// Protocols