ayushsharma82 / ESP-DASH

Blazing fast library to create a functional, on-device dashboard for ESP8266 / ESP32 / RP2040
https://espdash.pro
GNU General Public License v3.0
978 stars 200 forks source link

Update version and CI #237

Closed mathieucarbou closed 1 month ago

mathieucarbou commented 1 month ago

@ayushsharma82 : you had an issue in the code preventing lib update.

even if we could argue that changing from void to bool in a return type is a signature change, I don't think this is a good idea for forward compatibility to use return with a void function.

Note: the bug is also in the pro version.