mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
WIP phone api changes for dev1.2
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
|
||||
RoutingPlugin *routingPlugin;
|
||||
|
||||
bool RoutingPlugin::handleReceivedProtobuf(const MeshPacket &mp, const Routing &p)
|
||||
bool RoutingPlugin::handleReceivedProtobuf(const MeshPacket &mp, const Routing *p)
|
||||
{
|
||||
|
||||
assert(0);
|
||||
return false; // Let others look at this message also if they want
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user