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

Commit 6b85614

Browse files
authored
v1.5.0 fixing issue with slow browsers, etc.
### 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`
1 parent 058546c commit 6b85614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Async_AdvancedWebServer_favicon/Async_AdvancedWebServer_favicon.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void setup()
175175

176176
delay(200);
177177

178-
Serial.print("\nStart Async_AdvancedWebServer on "); Serial.print(BOARD_NAME);
178+
Serial.print("\nStart Async_AdvancedWebServer_favicon on "); Serial.print(BOARD_NAME);
179179
Serial.print(" with "); Serial.println(SHIELD_TYPE);
180180
Serial.println(ASYNC_WEBSERVER_TEENSY41_VERSION);
181181

0 commit comments

Comments
 (0)