AlessandroAU / Chorus32-ESP32LapTimer

This is an ESP32 port of the popular Chorus RF Laptimer
GNU General Public License v3.0
86 stars 33 forks source link

[Feature request] Add beeper support #116

Open Smeat opened 4 years ago

Smeat commented 4 years ago

Seems like we have some beeper code, but it isn't really used anywhere.

A solution would require the use of "vTaskDelay" or a similar approach, which doesn't use a busy wait (aka "delay") as well as the implementation of the "sound" message to disable/enable the sound.

marcfon commented 4 years ago

Would be nice to have an alarm when your battery voltage drops below a certain level.