khoih-prog / ESP_WiFiManager

This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32 (including ESP32-S2 and ESP32-C3), 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
MIT License
373 stars 97 forks source link

Library is forked on PlatformIO #55

Closed fabianoriccardi closed 3 years ago

fabianoriccardi commented 3 years ago

Hi, on PlaftormIO there are 2 instances of your libraries.

Just to notify it. Thanks for your work!

Just checked your readme and it is already stating it

khoih-prog commented 3 years ago

@fabiuz7

Thanks for your interests in and notification about the duplicated library.

Actually as you can see hereafter, somehow PIO hasn't updated some of the libraries. So I have to post the updated libraries using another author name (khoih.prog instead of khoih-prog). It's better to use the khoih.prog's libraries as they are always the latest ones.

Many other users have experienced the issue as you can check

  1. Newer versions missing from platformIO #16
  2. Fixed count >= min comparison for servo enable. #1

I really haven't got time to deal with the PIO issue, if possible, you can post on the PIO forum to ask them to fix.

Regards,

fabianoriccardi commented 3 years ago

I have just open a post on their community