vvip-68 / LedPanelWiFi

LED панель или гирлянда на WS2812/WS2813, управление ESP8266/ESP32, Web-интерфейс
71 stars 14 forks source link

DFplayer mp3 #59

Closed Andriejus closed 8 months ago

Andriejus commented 8 months ago

Hi. In order to get sound from speaker i have to press "Show" two times. Why mp3 player does not react when Im pressing this button only one time? Any ideas?

Screen Shot 2024-02-11 at 12 31 25

vvip-68 commented 8 months ago

In fact you have an empty string. After processing sound macros and exclude them from text, you get quite empty string - nothing to display. In this sense you shouldn`t hear any sound at all. That fact that you hear something after second click on 'Show' button - definitely the bug. You must not hear anything in your case. Probably you hear sound by the transition process between one empty string stopping and next (second press) empty string that will not be shown.

What happening if you put into text something else except {A} macros?

vvip-68 commented 8 months ago

It is really bug with no play sound on first click 'Show' / first time show text. :( I found the reason. Thank you for notice. Bug will be fixed in next version published in project storage.

vvip-68 commented 8 months ago

I fixed this issue in version WiFiPanel v.1.14с.2024.0215. It is uploaded into GitHub storage. Should work now. Need to check.

Andriejus commented 8 months ago

I fixed this issue in version WiFiPanel v.1.14с.2024.0215. It is uploaded into GitHub storage. Should work now. Need to check.

Thanks. It works now!