From 65f3fe39a98b0e1b2d4b6e253ad449561637c504 Mon Sep 17 00:00:00 2001 From: maze Date: Mon, 23 Feb 2026 21:15:07 +0100 Subject: [PATCH] Typofix --- protocol/meshcore/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/meshcore/node.go b/protocol/meshcore/node.go index 12303bf..1c9f313 100644 --- a/protocol/meshcore/node.go +++ b/protocol/meshcore/node.go @@ -365,7 +365,7 @@ func (drv *companionDriver) handlePushFrame(b []byte) { case companionPushMessageWaiting: case companionPushLogRXData: drv.handleRXData(b[1:]) - case companionPushcompanionPushNewAdvert: + case companionPushNewAdvert: default: Logger.Warnf("meshcore: unhandled push %02x:\n%s", b[0], hex.Dump(b[1:])) }