meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.58k stars 891 forks source link

[Enhancement]: Disable onboard buzzer on wakeup #4844

Closed battlehax closed 1 month ago

battlehax commented 1 month ago

Platform

ESP32

Description

On devices with an onboard buzzer in their firmware, like the T1000-e, when the device wakes to transmit in SENSOR or TRACKER roles (possibly with other power settings?) it plays the bootup tune. I brought this up on discord and @caveman99 mentioned that I should open a ticket because it was "counter productive" for these roles and I agree, it's likely an unintended edge-case. It would be nice to have either a setting to disable the bootup tune, or possibly, detect when waking with these roles enabled and know not play it. I dunno about others, but I would be happy if my backpack didn't sing every 30 minutes :)

caveman99 commented 1 month ago

yes, my idea was to skip the bootup tone on those 2 roles that only wake the device periodically.