changed HTTP Post delay

This commit is contained in:
Achim
2021-12-28 07:08:24 +07:00
parent 73498894e4
commit ff34d2c143
2 changed files with 3 additions and 1 deletions

View File

@ -136,6 +136,7 @@ void loop() {
Serial.println(httpCode); Serial.println(httpCode);
Serial.println(response); Serial.println(response);
http.end(); http.end();
delay(21000);
} }
} }

View File

@ -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();