benzino77 / tasmocompiler

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

Buzzer disapeared in latest TasmoCompiler versions #414

Closed aldweb closed 2 months ago

aldweb commented 2 months ago

"Vanilla" tasmota32.bin from Tasmota website:

image

Buzzer is correctly defined for GPIO32.

Tasmota compiled with TasmoCompiler v12.2.0, using default options for ESP32: Refresh source / Next Next Esp32 Generic / Next Next V14.2.0 / English / Compile

image

Buzzer disapeared from GPIO32, and it is no more available in the list of selectable devices.

This bug seems to have appeared with v14.x Tasmota versions. My last v13.4.0 compiled version with TasmoCompiler did not have the issue.

benzino77 commented 2 months ago

Hi! Thanks for using TasmoCompiler.

It has changed on v12.0.0: https://github.com/benzino77/tasmocompiler/compare/v11.4.0...v12.0.0. Since v12.0.0, the buzzer functionality is included when LVGL is selected. You can also add #define USE_BUZZER in "Custom parameters" step instead of adding LVGL feature.

aldweb commented 2 months ago

Hello, I just realized that I basically copied and pasted my issue, forgetting to say hello and thank you for this great tool! Thank you benzino77, this is very clear. I missed this one, it was tricky! I would have never thought of the buzzer being migrated to LVGL.

benzino77 commented 2 months ago

;) No problem at all. I'm glad you find TasmoCompiler as useful tool.