benzino77 / tasmocompiler

Web GUI for custom Tasmota compilation
MIT License
511 stars 148 forks source link

support v14.0.0 #401

Closed Nokius closed 5 months ago

Nokius commented 6 months ago

adding support for version 14.0.0. Was able to build and upgrade succesfully to v14 using this patch

grafik

Nokius commented 6 months ago

would fix issue #400

benzino77 commented 6 months ago

Hi thanks for your contribution!

It looks like that ESP32_C3 module does not compile well: https://github.com/benzino77/tasmocompiler/actions/runs/9146011187/job/25145627672

Before adding v14.0.0 version as the supported one, that problem needs to be solved.

JochenFriedrich commented 6 months ago

Another problem is the change of display drivers in 14.0.0. Several drivers have been removed in favor of the universal display driver. This has to be addressed, as well.