From f6b59b525f5437a7fd777b3e258951c407807d3c Mon Sep 17 00:00:00 2001 From: Ihar Yatsevich Date: Sat, 6 Jul 2024 00:37:01 +0200 Subject: [PATCH] Increase SI5351 output power (#6) --- Firmware/wspr-beacon-1.1.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/wspr-beacon-1.1.ino b/Firmware/wspr-beacon-1.1.ino index 1626202..3d7eda9 100644 --- a/Firmware/wspr-beacon-1.1.ino +++ b/Firmware/wspr-beacon-1.1.ino @@ -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(); }