We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2673e commit fcb1d64Copy full SHA for fcb1d64
src/graphics/Screen.cpp
@@ -1503,7 +1503,7 @@ int Screen::handleTextMessage(const meshtastic_MeshPacket *packet)
1503
screen->showSimpleBanner(banner, 1500);
1504
if (config.device.buzzer_mode != meshtastic_Config_DeviceConfig_BuzzerMode_DIRECT_MSG_ONLY ||
1505
(isAlert && moduleConfig.external_notification.alert_bell_buzzer) ||
1506
- (!isBroadcast(packet->to) && isToUs(p))) {
+ (!isBroadcast(packet->to) && isToUs(packet))) {
1507
// Beep if not in DIRECT_MSG_ONLY mode or if in DIRECT_MSG_ONLY mode and either
1508
// - packet contains an alert and alert bell buzzer is enabled
1509
// - packet is a non-broadcast that is addressed to this node
0 commit comments