Skip to content

Commit

Permalink
Increase SI5351 output power (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgrikXD authored Jul 5, 2024
1 parent 5c95ed1 commit f6b59b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/wspr-beacon-1.1.ino
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void initializeSI5351()
{
if (si5351.init(SI5351_CRYSTAL_LOAD_8PF, 0, SI5351_CAL_FACTOR))
// Set CLK0 as TX OUT
si5351.drive_strength(SI5351_CLK0, SI5351_DRIVE_6MA);
si5351.drive_strength(SI5351_CLK0, SI5351_DRIVE_8MA);
else
errorLEDIndicationAndReboot();
}
Expand Down

0 comments on commit f6b59b5

Please sign in to comment.