- Fix
_catchAllHandler
not working bug. Check catchAll handler not working #12
- Add examples Async_AdvancedWebServer_SendChunked_MQTT and AsyncWebServer_MQTT_RP2040W to demo how to use
AsyncWebServer_RP2040W
andAsyncMQTT_Generic
libraries together - Improve
README.md
so that links can be used in other sites, such asPIO
- Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use
beginChunkedResponse()
to send largehtml
in chunks - Use
allman astyle
and addutils
- Add
LittleFS
functions such as AsyncFSWebServer - Add examples AsyncFSWebServer and AsyncFSWebServer_Complex to demo the new feature
- Improve robustness of AsyncWebSockets server. Check AsyncWebSocketServer_RP2040W crashes with "[AWS] ERROR: Too many messages queued" #6
- Add example Async_WebSocketsServer_Xtreme to demo the nearly highest possible WebSockets Server speed
- Fix
crash
when usingAsyncWebSockets server
. Check Can't connect to AsyncWebSocketServer_RP2040 via javascript #5 - Add example Async_WebSocketsServer to demo the AsyncWebSockets Server with a
Python
WSClient.py
- Don't need
memmove()
, CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11
- Support using
CString
to save heap to sendvery large data
. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8 - Add multiple examples to demo the new feature
- Add functions and example
Async_AdvancedWebServer_favicon
to supportfavicon.ico
- To avoid the issue
CRC doesn't match, file is corrupted
with Arduino IDE Library Manager installation of v1.1.0
- Fix issue with slow browsers or network. Check Target stops responding after variable time when using Firefox on Windows 10 #3
- Modify examples to display
country-code
- Add tempo method to modify
arduino-pico
core to changecountry-code
- Add example Async_AdvancedWebServer_Country
- Fix LED bug in examples
- Fix bug in examples,
library.json
- Enhance
README.md
- Initial coding to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+