From 7c5c2512cdff93e33156448754372135e24f4b6c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 25 Jul 2022 11:08:21 -0400 Subject: [PATCH] slower CW and higher f --- cubesatsim/cubesatsim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index e59168ec..f019ab25 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -305,8 +305,8 @@ RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(0); char callsign[20]; -int morse_timing = 100; // ms for a dit -int morse_freq = 800; // Hz +int morse_timing = 300; // ms for a dit +int morse_freq = 1500; // Hz int morse_table[44][5] = { // 0-9, A-Z only by (ASCII - 48) { 3, 3, 3, 3, 3 }, // 0 { 1, 3, 3, 3, 3 }, // 1