Compare commits

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
65f3fe39a9 Typofix
All checks were successful
Run tests / test (1.25) (push) Successful in 2m4s
Run tests / test (stable) (push) Successful in 2m5s
2026-02-23 21:15:07 +01:00

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:]))
} }