buttons: clarify required ping API key
This commit is contained in:
parent
d8c335b6da
commit
ae111cc01b
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
String thingtweetAPIKey = "myThingspeakKey";
|
String thingtweetAPIKey = "myThingspeakKey";
|
||||||
String serverAPIKey = "myserverAPIKey";
|
String serverAPIKey = "myserverAPIKey";
|
||||||
String pingAPIKey ="pingApiKey";
|
String pingGetAPIKey ="pingGetApiKey";
|
||||||
|
|
||||||
|
|
|
@ -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(){
|
||||||
|
|
Reference in a new issue