Hitec: fix freq tune

This commit is contained in:
Pascal Langer 2021-04-02 17:42:44 +02:00
parent 769fb4ff94
commit 931ba2bd68
2 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,8 @@ static void __attribute__((unused)) HITEC_CC2500_init()
CC2500_WriteReg(i, pgm_read_byte_near(&HITEC_init_values[i])); CC2500_WriteReg(i, pgm_read_byte_near(&HITEC_init_values[i]));
CC2500_WriteReg(CC2500_0C_FSCTRL0, option); CC2500_WriteReg(CC2500_0C_FSCTRL0, option);
prev_option = option;
CC2500_SetTxRxMode(TX_EN); CC2500_SetTxRxMode(TX_EN);
CC2500_SetPower(); CC2500_SetPower();
} }

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 3 #define VERSION_MINOR 3
#define VERSION_REVISION 2 #define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 67 #define VERSION_PATCH_LEVEL 68
#define MODE_SERIAL 0 #define MODE_SERIAL 0