UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.35k stars 420 forks source link

Wrong CI badges in README #551

Closed UncleRus closed 11 months ago

UncleRus commented 11 months ago

The issue

After #546, CI badges in README became invalid.

The context

No response

Possible solution

Generate new CI badge and replace the existing ones in the template devtools/devtool/templates/README.md. Generate new README: python devtools/devtool.py render.

Confirmation