#include #include class MeshPacketSerializer { public: static std::string JsonSerialize(meshtastic_MeshPacket *mp, bool shouldLog = true); };