mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-26 22:30:56 +02:00
Set delta to 5 ms in example
This commit is contained in:
@@ -205,7 +205,7 @@ void setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint32_t lastSSE = 0;
|
uint32_t lastSSE = 0;
|
||||||
uint32_t delta = 1;
|
uint32_t delta = 5;
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
uint32_t now = millis();
|
uint32_t now = millis();
|
||||||
|
Reference in New Issue
Block a user