Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LoQue90 committed Oct 1, 2023
1 parent ae15f19 commit a71eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steamswitchvoid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a71eaca

Please sign in to comment.