From 03624d6cf6c74f65f95a285612bd8ec1fa6dcb14 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 25 Jul 2022 11:29:09 -0400 Subject: [PATCH] faster higher --- cubesatsim/cubesatsim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index c7db3312..4c7919f2 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 = 70; // ms for a dit -int morse_freq = 1600; // Hz +int morse_timing = 50; // ms for a dit +int morse_freq = 1800; // 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