Skip to content

Commit fcb1d64

Browse files
committed
Bloop
1 parent 0c2673e commit fcb1d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphics/Screen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ int Screen::handleTextMessage(const meshtastic_MeshPacket *packet)
15031503
screen->showSimpleBanner(banner, 1500);
15041504
if (config.device.buzzer_mode != meshtastic_Config_DeviceConfig_BuzzerMode_DIRECT_MSG_ONLY ||
15051505
(isAlert && moduleConfig.external_notification.alert_bell_buzzer) ||
1506-
(!isBroadcast(packet->to) && isToUs(p))) {
1506+
(!isBroadcast(packet->to) && isToUs(packet))) {
15071507
// Beep if not in DIRECT_MSG_ONLY mode or if in DIRECT_MSG_ONLY mode and either
15081508
// - packet contains an alert and alert bell buzzer is enabled
15091509
// - packet is a non-broadcast that is addressed to this node

0 commit comments

Comments
 (0)