re-add namespacing in protobufs. Let's see what i missed. Portduino likely ...

Checking in generated on purpose.
This commit is contained in:
Thomas Göttgens committed 2023-01-21 21:23:24 +01:00
1 parent ab3446faed
commit 6fdb93cd16
157 files changed
+2770 -2770

No files matched your search

+1 -1
View File
@@ -5,7 +5,7 @@
WaypointModule *waypointModule;
ProcessMessage WaypointModule::handleReceived(const MeshPacket &mp)
ProcessMessage WaypointModule::handleReceived(const meshtastic_MeshPacket &mp)
{
auto &p = mp.decoded;
LOG_INFO("Received waypoint msg from=0x%0x, id=0x%x, msg=%.*s\n", mp.from, mp.id, p.payload.size, p.payload.bytes);