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

Releases: khoih-prog/AsyncWebServer_RP2040W

v1.5.0 to fix `_catchAllHandler` not working bug resulting no response in the browser when requesting a non-existing url

30 Jan 19:10
c82e697
Compare
Choose a tag to compare

v1.4.2 to add examples to demo how to use `AsyncWebServer_RP2040W` and `AsyncMQTT_Generic` libraries together

29 Jan 03:32
0e3463c
Compare
Choose a tag to compare

Release v1.4.2

  1. Add examples Async_AdvancedWebServer_SendChunked_MQTT and AsyncWebServer_MQTT_RP2040W to demo how to use AsyncWebServer_RP2040W and AsyncMQTT_Generic libraries together
  2. Improve README.md so that links can be used in other sites, such as PIO

v1.4.1 to add examples to demo how to use `beginChunkedResponse()` to send large `html` in chunks, to use `allman astyle`

11 Nov 00:39
34feec9
Compare
Choose a tag to compare

Release v1.4.1

  1. Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use beginChunkedResponse() to send large html in chunks
  2. Use allman astyle and add utils

v1.4.0 to add `LittleFS` functions such as AsyncFSWebServer

20 Oct 02:04
66135dc
Compare
Choose a tag to compare

Release v1.4.0

  1. Add LittleFS functions such as AsyncFSWebServer
  2. Add examples AsyncFSWebServer and AsyncFSWebServer_Complex to demo the new feature

v1.3.1 to improve robustness of AsyncWebSockets server and to add example Async_WebSocketsServer_Xtreme

11 Oct 03:43
b101022
Compare
Choose a tag to compare

v1.3.0 to fix crash when using AsyncWebSockets Server and to add example Async_WebSocketsServer

10 Oct 10:39
65ed143
Compare
Choose a tag to compare

Release v1.3.0

  1. Fix crash when using AsyncWebSockets server. Check Can't connect to AsyncWebSocketServer_RP2040 via javascript #5
  2. Add example Async_WebSocketsServer to demo the AsyncWebSockets Server with a Python WSClient.py

v1.2.1 to not use memmove() and not destroy original CString

05 Oct 17:30
07f3fcc
Compare
Choose a tag to compare

Releases v1.2.1

  1. Don't need memmove(), CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11

v1.2.0 to save heap when sending large data

03 Oct 20:33
0738832
Compare
Choose a tag to compare

Release v1.2.0

  1. Support using CString to save heap to send very large data. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8
  2. Add multiple examples to demo the new feature

v1.1.2 to add functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico`

26 Sep 18:56
cb3eb75
Compare
Choose a tag to compare

v1.1.1 to avoid the issue `CRC doesn't match, file is corrupted` with Arduino IDE Library Manager installation of v1.1.0

26 Sep 00:50
444dadc
Compare
Choose a tag to compare

Release v1.1.1

  1. To avoid the issue CRC doesn't match, file is corrupted with Arduino IDE Library Manager installation of v1.1.0