Skip to content

Commit

Permalink
Merge branch 'issue_103'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterantypas committed Feb 24, 2022
2 parents 8a2766f + 1b9a5df commit f9c4efd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions latest/Firmware/NMEA2000Adapter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Debug
/Board1.3-L431/
/Board1.3-L422/
/Board2.0-L422/
/Board6.0-L432/
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "TXPowerSettings.h"


#define FW_REV "4.0.2"
#define FW_REV "4.1.0"


/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
// Descriptions:
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
*/
#define RF_GLOBAL_XO_TUNE_1 0x11, 0x00, 0x01, 0x00, 0x2D
#define RF_GLOBAL_XO_TUNE_1 0x11, 0x00, 0x01, 0x00, 0x41

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/radio_config_si4362_c2.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
// GLOBAL_CLK_CFG - Clock configuration options.
*/
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x2D, 0x00
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x41, 0x00

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/radio_config_si4460.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
// GLOBAL_CLK_CFG - Clock configuration options.
*/
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x2D, 0x00
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x41, 0x00

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down
2 changes: 1 addition & 1 deletion latest/Firmware/Transponder/Inc/radio_config_si4467.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
// GLOBAL_XO_TUNE - Configure the internal capacitor frequency tuning bank for the crystal oscillator.
// GLOBAL_CLK_CFG - Clock configuration options.
*/
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x2D, 0x00
#define RF_GLOBAL_XO_TUNE_2 0x11, 0x00, 0x02, 0x00, 0x41, 0x00

/*
// Set properties: RF_GLOBAL_CONFIG_1
Expand Down

0 comments on commit f9c4efd

Please sign in to comment.