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