Skip to content

Commit

Permalink
Update TapToEsp32.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
v1605 authored Sep 28, 2024
1 parent c2ef85e commit a3799de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TapToEsp32.ino
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void initWiFi() {
triggerMotor(250, 2, 100);
}

void sendTapTo(String gamePath){ // Waiting for 2.0 TapTo, for now mister remote
void sendTapTo(String gamePath){
HTTPClient http;
http.begin(tapToUrl + "/api/v1/launch/" + urlEncode(gamePath));
int httpResponseCode = http.GET();
Expand Down

0 comments on commit a3799de

Please sign in to comment.