mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1424] PlatforrmIO vs Arduino IDE version mismatch #1217
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
tzapusubmitted it to platformIO. Can you please submit an updated version there? If I could do that by myself, I would.Thanks!!
@albznw commented on GitHub (Jun 3, 2022):
A solution to this problem is to add the git url to the
lib_depsoption in theplatformio.inifile. This way you will get the latest version.Like so:
@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
@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
@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...
@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@tablatronix commented on GitHub (Aug 31, 2022):
I think I will release 2.x stable after I have this s2 c3 issue nailed down
@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@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
@tablatronix commented on GitHub (Jul 14, 2023):
Will be sorted today
@Jadeko commented on GitHub (Jul 20, 2023):
Hello,
Still not updated unfortunately :(
https://registry.platformio.org/libraries/tzapu/WiFiManager