Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
15.01k stars 3.24k forks source link

Fix AsyncWebServer version pin #4142

Closed willmmiles closed 2 months ago

willmmiles commented 2 months ago

We want to always use the tagged version, not complain if the current main is a mismatch.

blazoncek commented 2 months ago

Does not work on my system.

warning: Could not find remote branch 2.2.1 to clone.
fatal: Remote branch 2.2.1 not found in upstream origin
blazoncek commented 2 months ago

I guess we'll need to go with 2.3.0 in main.

willmmiles commented 2 months ago

I'm not sure h

Does not work on my system.

warning: Could not find remote branch 2.2.1 to clone.
fatal: Remote branch 2.2.1 not found in upstream origin

That's definitely not right - this PR sets the target to the version tag ("v2.2.1"), not "2.2.1". The CI seems to build correctly.