mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 09:42:35 +00:00
StoreForward: Remove assert when receiving unhandled case (#3661)
This commit is contained in:
parent
425a715995
commit
4c0b7ea409
@ -506,7 +506,7 @@ bool StoreForwardModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp,
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(0); // unexpected state
|
||||
break; // no need to do anything
|
||||
}
|
||||
return true; // There's no need for others to look at this message.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user