From a71eaca4eb3d49198fa9120aac610d1ff50540c2 Mon Sep 17 00:00:00 2001 From: Lorenz Uhlig <98092139+LoQue90@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:25:09 +0000 Subject: [PATCH] fix typo --- src/steamswitchvoid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steamswitchvoid.h b/src/steamswitchvoid.h index 9414a4b81..ebfe2cfee 100644 --- a/src/steamswitchvoid.h +++ b/src/steamswitchvoid.h @@ -13,7 +13,7 @@ int buttonStateSteamTrigger; // the current reading from unsigned long lastDebounceTimeSteamTrigger = 0; // the last time the output pin was toggled unsigned long debounceDelaySteamTrigger = 50; // the debounce time; increase if the output flickers -void checksteamswitch() { +void checkSteamSwitch() { #if STEAMSWITCHTYPE == 1 // Set steamON to 1 when steamswitch is HIGH if (digitalRead(PIN_STEAMSWITCH) == HIGH) {