Hello!
Does anyone know how to add a small warning sound or a “beep” to a web page provided by esp in mode (WIFI_AP) as an asynchronous server (AsyncWebServer)?
This little sound must be sent to the browser / web page via SPIFFS (in WIFI_AP mode you do not have access to the internet).
I’ll give you an example: a esp reading a temperature sensor and sending the data to a page
and when the temperature exceeds a certain value, a beep-type audible alarm turns on and when the temperature drops the alarm goes off.
I appreciate anyone who can help.