From 603c8e4fcdcd67d663b170c1c8ffbf530f4deab5 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 10 Sep 2020 17:19:53 +0100 Subject: [PATCH] Evn slower slow wave looks better --- DCCWaveform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DCCWaveform.cpp b/DCCWaveform.cpp index 67203aa..f66da28 100644 --- a/DCCWaveform.cpp +++ b/DCCWaveform.cpp @@ -23,7 +23,7 @@ #include "DIAG.h" const int NORMAL_SIGNAL_TIME=58; // this is the 58uS DCC 1-bit waveform half-cycle -const int SLOW_SIGNAL_TIME=NORMAL_SIGNAL_TIME*256; +const int SLOW_SIGNAL_TIME=NORMAL_SIGNAL_TIME*512; DCCWaveform DCCWaveform::mainTrack(PREAMBLE_BITS_MAIN, true); DCCWaveform DCCWaveform::progTrack(PREAMBLE_BITS_PROG, false);