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

Commit 9298993

Browse files
authored
v1.4.2 to add examples AsyncWebServer + MQTT
#### Release v1.4.2 1. Add examples [Async_AdvancedWebServer_SendChunked_MQTT](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/Async_AdvancedWebServer_SendChunked_MQTT) and [AsyncWebServer_MQTT_RP2040W](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/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`
1 parent fc96aaf commit 9298993

File tree

2 files changed

+525
-5
lines changed

2 files changed

+525
-5
lines changed

Diff for: examples/AsyncWebServer_MQTT_RP2040W/AsyncWebServer_MQTT_RP2040W.ino

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/****************************************************************************************************************************
22
Async_AdvancedWebServer_MQTT_RP2040W.ino
33
4-
AsyncMqttClient_Generic is a library for ESP32, ESP8266, Protenta_H7, STM32F7, etc. with current AsyncTCP support
4+
For RP2040W with CYW43439 WiFi
55
6-
Based on and modified from :
6+
AsyncWebServer_RP2040W is a library for the RP2040W with CYW43439 WiFi
77
8-
1) async-mqtt-client (https://github.com/marvinroger/async-mqtt-client)
9-
10-
Built by Khoi Hoang https://github.com/khoih-prog/AsyncMqttClient_Generic
8+
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
9+
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_RP2040W
10+
Licensed under GPLv3 license
1111
*****************************************************************************************************************************/
1212

1313
#if !( defined(ARDUINO_RASPBERRY_PI_PICO_W) )

0 commit comments

Comments
 (0)