We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ef85e commit a3799deCopy full SHA for a3799de
TapToEsp32.ino
@@ -81,7 +81,7 @@ void initWiFi() {
81
triggerMotor(250, 2, 100);
82
}
83
84
-void sendTapTo(String gamePath){ // Waiting for 2.0 TapTo, for now mister remote
+void sendTapTo(String gamePath){
85
HTTPClient http;
86
http.begin(tapToUrl + "/api/v1/launch/" + urlEncode(gamePath));
87
int httpResponseCode = http.GET();
0 commit comments