We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f10b48 commit 6d98f64Copy full SHA for 6d98f64
chapter1/cloud_data_logger/cloud_data_logger.ino
@@ -26,7 +26,7 @@ const char* password = "your_wifi_network_password";
26
DHT dht(DHTPIN, DHTTYPE, 15);
27
28
// Host
29
-const char* host = "54.84.241.136";
+const char* host = "dweet.io";
30
31
void setup() {
32
0 commit comments