From f065261389f1afe3991ecb6c0dcf4542fe609081 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 25 Jul 2022 11:26:47 -0400 Subject: [PATCH] faster and lower --- cubesatsim/cubesatsim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 438ced02..c7db3312 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 = 2500; // Hz +int morse_timing = 70; // ms for a dit +int morse_freq = 1600; // 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