WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

PlatforrmIO vs Arduino IDE version mismatch

Open minhaj6 opened this issue 2 years ago • 10 comments

Hi, PlatformIO registry version is very old compared to current development and the version available in arduino IDE.

I am using ESP32 and trying out PlatformIO. Seems like author tzapu submitted it to platformIO. Can you please submit an updated version there? If I could do that by myself, I would.

Thanks!!

minhaj6 avatar Jun 02 '22 06:06 minhaj6

A solution to this problem is to add the git url to the lib_deps option in the platformio.ini file. This way you will get the latest version.

Like so:

lib_deps =
     . . . (your other dependencies here)
    https://github.com/tzapu/WiFiManager.git

albznw avatar Jun 03 '22 00:06 albznw

Platformio registry does not support prerelease versions afaik, so it does not pick them up. Ill try to find a solution or release

tablatronix avatar Jun 03 '22 01:06 tablatronix

I have the same problem , latest version on platformIO is 0.16 ( 2 years old) no esp32 support

linxcow avatar Aug 31 '22 18:08 linxcow

https://community.platformio.org/t/library-manager-pre-release-support/23674

i still do not understand this thread, it says it does work and also it doesn't and also do not do this...

tablatronix avatar Aug 31 '22 19:08 tablatronix

thx , workaround by albznw worked fine for me. lib_deps = . . . (your other dependencies here) https://github.com/tzapu/WiFiManager.git

linxcow avatar Aug 31 '22 19:08 linxcow

I think I will release 2.x stable after I have this s2 c3 issue nailed down

tablatronix avatar Aug 31 '22 19:08 tablatronix

Best way is to pin the dependency against a tag for now: lib_deps = https://github.com/tzapu/WiFiManager.git#v2.0.13-beta

williamrexhardin avatar Oct 08 '22 18:10 williamrexhardin

Hello, as of today the latest release (stable), version 2.0.16-rc.2 is still not available through platformio libraries. Would be great if this issue could be sorted. Thx

Jadeko avatar Jul 14 '23 07:07 Jadeko

Will be sorted today

tablatronix avatar Jul 14 '23 11:07 tablatronix

Hello, Still not updated unfortunately :( https://registry.platformio.org/libraries/tzapu/WiFiManager

Jadeko avatar Jul 20 '23 06:07 Jadeko