From 222c251a984259ffa7d568db91e7d7caffcc1155 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 16 Jun 2022 22:37:48 +1000 Subject: [PATCH] Update BSP.cpp --- source/Core/BSP/Magic/BSP.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/Core/BSP/Magic/BSP.cpp b/source/Core/BSP/Magic/BSP.cpp index ad2f38b4..274ec9e9 100644 --- a/source/Core/BSP/Magic/BSP.cpp +++ b/source/Core/BSP/Magic/BSP.cpp @@ -11,11 +11,10 @@ #include "history.hpp" #include "main.hpp" - // These control the period's of time used for the PWM const uint16_t powerPWM = 255; -const uint8_t holdoffTicks = 5; // This is the tick delay -const uint8_t tempMeasureTicks = 5; +const uint8_t holdoffTicks = 25; // This is the tick delay +const uint8_t tempMeasureTicks = 25; uint16_t totalPWM = 255; // Total length of the cycle's ticks