tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.45k stars 1.94k forks source link

Add new Release to platformio #1735

Open dbambus opened 2 months ago

dbambus commented 2 months ago

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 2 months ago

Hi @dbambus,

what about adding:

lib_deps = https://github.com/tzapu/WiFiManager.git#v2.0.17

to your "platformio.ini"?

Cheers, FFNB

tablatronix commented 2 months ago

This should have updated automatically when I made the release.. hmm

tablatronix commented 2 months ago

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 2 months ago

Much needed and appriciated

MrBeepoint commented 2 weeks ago

@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 login before.