Skip to content

Commit 6d98f64

Browse files
committed
fix for chapter 1
1 parent 9f10b48 commit 6d98f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter1/cloud_data_logger/cloud_data_logger.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const char* password = "your_wifi_network_password";
2626
DHT dht(DHTPIN, DHTTYPE, 15);
2727

2828
// Host
29-
const char* host = "54.84.241.136";
29+
const char* host = "dweet.io";
3030

3131
void setup() {
3232

0 commit comments

Comments
 (0)