Skip to content

Commit 7982796

Browse files
Update .ino file
1 parent 63aa190 commit 7982796

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sending data from NodeMCU to ThingSpeak Cloud.ino renamed to 06) Sending_data_from_NodeMCU_to_ThingSpeak_Cloud.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ long myChannelNumber = 1297983;
1010
const char myWriteAPIKey[] = "MPPEO58HRZWRRUG9";
1111

1212
void setup() {
13-
// put your setup code here, to run once:
1413
Serial.begin(9600);
1514
WiFi.begin("Mooazam", "mooazam123");
1615
while(WiFi.status() != WL_CONNECTED)
@@ -26,7 +25,6 @@ void setup() {
2625
}
2726

2827
void loop() {
29-
// put your main code here, to run repeatedly:
3028
float h = dht.readHumidity();
3129
float t = dht.readTemperature();
3230
Serial.println("Temperature: " + (String) t);

0 commit comments

Comments
 (0)