Add RAK4631 Ethernet Gateway with working JSON output to MQTT

This commit is contained in:
beegee-tokyo
2024-09-09 11:56:37 +08:00
parent e470619e3d
commit a5b79528b3
7 changed files with 712 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
#ifndef NRF52_USE_JSON
#include "MeshPacketSerializer.h"
#include "JSON.h"
#include "NodeDB.h"
@@ -353,4 +354,5 @@ std::string MeshPacketSerializer::JsonSerializeEncrypted(const meshtastic_MeshPa
delete value;
return jsonStr;
}
}
#endif