mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1735] Add new Release to platformio #1471
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#1471
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 @dbambus on GitHub (Apr 18, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1735
Hey @tzapu,
Thank you very much for your Release 2.0.17, it is absolutely brilliant and I already intend to use it in my repo for a word clock. However, for this project I use platformio and it would be super if the release could also be managed by their repo system.
The previous release 0.16.0 is already there, but could you update it to the latest release as well?
https://registry.platformio.org/libraries/tzapu/WiFiManager
Cheers David
@FerFemNemBem commented on GitHub (Apr 19, 2024):
Hi @dbambus,
what about adding:
lib_deps =
https://github.com/tzapu/WiFiManager.git#v2.0.17
to your "platformio.ini"?
Cheers, FFNB
@tablatronix commented on GitHub (Apr 20, 2024):
This should have updated automatically when I made the release..
hmm
@tablatronix commented on GitHub (Apr 20, 2024):
I think platformio removed auto-update legacy from registry, you have to manually publish updates now, which means I think you need a pio organization tied to the repo, its possible only @tzapu can do this..
Looking into it
@PabloOyarzo commented on GitHub (Apr 26, 2024):
Much needed and appriciated
@Fixbruenix commented on GitHub (Jun 11, 2024):
@tzapu This would be nice, because people who install directly from PIO library manager install a 4 year old version and run into issues (at least for ESP32). Here you can read how to do that: https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_publish.html#cmd-pkg-publish
You will need an
pio account loginbefore.@tablatronix commented on GitHub (Dec 2, 2024):
I will have to provide my own fork of wm to manage a platform io library