mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-03 11:26:29 +02:00
changed HTTP Post delay
This commit is contained in:
@ -136,6 +136,7 @@ void loop() {
|
|||||||
Serial.println(httpCode);
|
Serial.println(httpCode);
|
||||||
Serial.println(response);
|
Serial.println(response);
|
||||||
http.end();
|
http.end();
|
||||||
|
delay(21000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,9 +109,10 @@ void showText() {
|
|||||||
Serial.println(httpCode);
|
Serial.println(httpCode);
|
||||||
Serial.println(response);
|
Serial.println(response);
|
||||||
http.end();
|
http.end();
|
||||||
|
delay(20000);
|
||||||
}
|
}
|
||||||
|
|
||||||
delay(6000);
|
delay(10000);
|
||||||
}
|
}
|
||||||
|
|
||||||
matrix.show();
|
matrix.show();
|
||||||
|
Reference in New Issue
Block a user