khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
291 stars 73 forks source link

Help with example DRD MQTT Medium #30

Closed rtemkollos closed 3 years ago

rtemkollos commented 3 years ago

First of all, thanks for the work done. I'm not a programmer, so I ask for help.

How to add a subscription and topic poll to example?

khoih-prog commented 3 years ago

Thanks for your interest in the library.

I'm sorry I'm currently busy and have no time to spend to help every one to use the library. I just can help if there is bug with the library or examples.

I can only suggest that you go through the examples, then find out yourself how to modify it to fit your use case. You can also post the issue on some forums (Arduino, ESP8266/ESP32,etc) to ask for help. For example Arduino Forum> Using Arduino> Programming Questions.

There are many experienced people there being able to help you with your project.

Good Luck,