Skip to content

Commit

Permalink
Merge pull request #176 from mathieucarbou/patches
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
ayushsharma82 authored Dec 3, 2023
2 parents 7951e9e + 8b15899 commit 95cde9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ESPDash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ ESPDash::ESPDash(AsyncWebServer* server, const char* uri, bool enable_default_st
}
}
}
return;
} else if (json["command"] == "slider:changed") {
// execute and reference card data struct to funtion
uint32_t id = json["id"].as<uint32_t>();
Expand All @@ -87,7 +86,6 @@ ESPDash::ESPDash(AsyncWebServer* server, const char* uri, bool enable_default_st
}
}
}
return;
}
}
}
Expand Down

0 comments on commit 95cde9c

Please sign in to comment.