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