[GH-ISSUE #1424] PlatforrmIO vs Arduino IDE version mismatch #1217

Open
opened 2026-02-28 01:29:04 +03:00 by kerem · 10 comments
Owner

Originally created by @minhaj6 on GitHub (Jun 2, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1424

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!!

Originally created by @minhaj6 on GitHub (Jun 2, 2022). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1424 Hi, [PlatformIO registry](https://registry.platformio.org/libraries/tzapu/WiFiManager) 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!!
Author
Owner

@albznw commented on GitHub (Jun 3, 2022):

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
<!-- gh-comment-id:1145458255 --> @albznw commented on GitHub (Jun 3, 2022): 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 ```
Author
Owner

@tablatronix commented on GitHub (Jun 3, 2022):

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

<!-- gh-comment-id:1145501011 --> @tablatronix commented on GitHub (Jun 3, 2022): Platformio registry does not support prerelease versions afaik, so it does not pick them up. Ill try to find a solution or release
Author
Owner

@linxcow commented on GitHub (Aug 31, 2022):

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

<!-- gh-comment-id:1233289585 --> @linxcow commented on GitHub (Aug 31, 2022): I have the same problem , latest version on platformIO is 0.16 ( 2 years old) no esp32 support
Author
Owner

@tablatronix commented on GitHub (Aug 31, 2022):

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...

<!-- gh-comment-id:1233322874 --> @tablatronix commented on GitHub (Aug 31, 2022): 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...
Author
Owner

@linxcow commented on GitHub (Aug 31, 2022):

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

<!-- gh-comment-id:1233327290 --> @linxcow commented on GitHub (Aug 31, 2022): thx , workaround by albznw worked fine for me. `lib_deps = . . . (your other dependencies here) https://github.com/tzapu/WiFiManager.git`
Author
Owner

@tablatronix commented on GitHub (Aug 31, 2022):

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

<!-- gh-comment-id:1233329112 --> @tablatronix commented on GitHub (Aug 31, 2022): I think I will release 2.x stable after I have this s2 c3 issue nailed down
Author
Owner

@williamrexhardin commented on GitHub (Oct 8, 2022):

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

<!-- gh-comment-id:1272369639 --> @williamrexhardin commented on GitHub (Oct 8, 2022): Best way is to pin the dependency against a tag for now: `lib_deps = https://github.com/tzapu/WiFiManager.git#v2.0.13-beta`
Author
Owner

@Jadeko commented on GitHub (Jul 14, 2023):

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

<!-- gh-comment-id:1635381001 --> @Jadeko commented on GitHub (Jul 14, 2023): 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
Author
Owner

@tablatronix commented on GitHub (Jul 14, 2023):

Will be sorted today

<!-- gh-comment-id:1635743188 --> @tablatronix commented on GitHub (Jul 14, 2023): Will be sorted today
Author
Owner

@Jadeko commented on GitHub (Jul 20, 2023):

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

<!-- gh-comment-id:1643335263 --> @Jadeko commented on GitHub (Jul 20, 2023): Hello, Still not updated unfortunately :( https://registry.platformio.org/libraries/tzapu/WiFiManager
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1217
No description provided.