Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.5.0 to fix AsyncWebSocket bug
Browse files Browse the repository at this point in the history
#### Releases v1.5.0

1. Fix AsyncWebSocket bug
  • Loading branch information
khoih-prog authored Oct 1, 2022
1 parent 5829a7e commit e843031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ void handleNotFound(AsyncWebServerRequest *request)
void setup()
{
Serial.begin(115200);
while (!Serial);
while (!Serial && millis() < 5000);

delay(200);

Expand Down

0 comments on commit e843031

Please sign in to comment.