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

Commit

Permalink
v1.5.0 fixing issue with slow browsers, etc.
Browse files Browse the repository at this point in the history
### Releases v1.5.0

1. Fix issue with slow browsers or network. Check [Target stops responding after variable time when using Firefox on Windows 10 #3](khoih-prog/AsyncWebServer_RP2040W#3)
2. Add functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico`
  • Loading branch information
khoih-prog authored Oct 1, 2022
1 parent 058546c commit 6b85614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void setup()

delay(200);

Serial.print("\nStart Async_AdvancedWebServer on "); Serial.print(BOARD_NAME);
Serial.print("\nStart Async_AdvancedWebServer_favicon on "); Serial.print(BOARD_NAME);
Serial.print(" with "); Serial.println(SHIELD_TYPE);
Serial.println(ASYNC_WEBSERVER_TEENSY41_VERSION);

Expand Down

0 comments on commit 6b85614

Please sign in to comment.