Skip to content

Commit a3799de

Browse files
authored
Update TapToEsp32.ino
1 parent c2ef85e commit a3799de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TapToEsp32.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void initWiFi() {
8181
triggerMotor(250, 2, 100);
8282
}
8383

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

0 commit comments

Comments
 (0)