buttons: clarify required ping API key

This commit is contained in:
Xiretza 2022-08-14 18:17:01 +02:00
parent d8c335b6da
commit ae111cc01b
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
String thingtweetAPIKey = "myThingspeakKey"; String thingtweetAPIKey = "myThingspeakKey";
String serverAPIKey = "myserverAPIKey"; String serverAPIKey = "myserverAPIKey";
String pingAPIKey ="pingApiKey"; String pingGetAPIKey ="pingGetApiKey";

View File

@ -364,7 +364,7 @@ void readButtons(){
} }
void RequestPing() { void RequestPing() {
TriggerServerReq("/api/ping-get.php?apikey="+pingAPIKey,1); TriggerServerReq("/api/ping-get.php?apikey="+pingGetAPIKey,1);
} }
void launchUpdate(){ void launchUpdate(){