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
290 stars 73 forks source link

Query: some dependencies (eg ESP_DoubleResetDetector) have been archived- safe to keep using? #131

Closed julianrendell closed 1 year ago

julianrendell commented 1 year ago

Hi - thanks for your libraries!

They came up when Google searching for using a Captive Portal WiFi Manager for ESP32 + double reset detection.

Another thankyou for the many examples available to refer to - including how to use the double reset detection library.

But I see that the DRD library has been archived- is it because it's "stable" and bugs aren't expected? i.e. would you recommend still using it for new projects?

Thanks in advance!