Typofix
All checks were successful
Run tests / test (1.25) (push) Successful in 2m4s
Run tests / test (stable) (push) Successful in 2m5s

This commit is contained in:
2026-02-23 21:15:07 +01:00
parent 0d159020c6
commit 65f3fe39a9

View File

@@ -365,7 +365,7 @@ func (drv *companionDriver) handlePushFrame(b []byte) {
case companionPushMessageWaiting: case companionPushMessageWaiting:
case companionPushLogRXData: case companionPushLogRXData:
drv.handleRXData(b[1:]) drv.handleRXData(b[1:])
case companionPushcompanionPushNewAdvert: case companionPushNewAdvert:
default: default:
Logger.Warnf("meshcore: unhandled push %02x:\n%s", b[0], hex.Dump(b[1:])) Logger.Warnf("meshcore: unhandled push %02x:\n%s", b[0], hex.Dump(b[1:]))
} }