mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
8 lines
180 B
C++
8 lines
180 B
C++
#include <meshtastic/mesh.pb.h>
|
|
#include <string>
|
|
|
|
class MeshPacketSerializer
|
|
{
|
|
public:
|
|
static std::string JsonSerialize(meshtastic_MeshPacket *mp, bool shouldLog = true);
|
|
}; |