From ac5a0cb733caa8eedb33bf8ddfecbb1a5df3ca25 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 25 Jul 2022 11:30:20 -0400 Subject: [PATCH] a little slower --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 4c7919f2..97c860ad 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -305,7 +305,7 @@ RPI_PICO_Timer ITimer0(0); RPI_PICO_Timer ITimer1(0); char callsign[20]; -int morse_timing = 50; // ms for a dit +int morse_timing = 60; // 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