We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a865b72 commit 5b3d7d4Copy full SHA for 5b3d7d4
1 file changed
HttpExample/WeatherStationExample.ino
@@ -86,7 +86,7 @@ void trackTimeEntry(){
86
87
sprintf(body, "[{\"weatherEntries\":[{\"moisture\": %d, \"currentVoltage\": %s}], \"name\": \"Arduino\"}]", moisture, voltage);
88
Serial.println(body);
89
- result = http.post("smartgarden.herokuapp.com/api/devices", body, response);
+ result = http.post("your.domain/api/devices", body, response);
90
print(F("HTTP POST: "), result);
91
if (result == SUCCESS) {
92
Serial.println(response);
0 commit comments