Typofix
This commit is contained in:
@@ -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:]))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user