Skip to content

Commit 5b3d7d4

Browse files
committed
Update Readme
1 parent a865b72 commit 5b3d7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HttpExample/WeatherStationExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void trackTimeEntry(){
8686

8787
sprintf(body, "[{\"weatherEntries\":[{\"moisture\": %d, \"currentVoltage\": %s}], \"name\": \"Arduino\"}]", moisture, voltage);
8888
Serial.println(body);
89-
result = http.post("smartgarden.herokuapp.com/api/devices", body, response);
89+
result = http.post("your.domain/api/devices", body, response);
9090
print(F("HTTP POST: "), result);
9191
if (result == SUCCESS) {
9292
Serial.println(response);

0 commit comments

Comments
 (0)