Clean up some straggler NRF52 json (#5628)

This commit is contained in:
Ben Meadors
2024-12-20 21:42:54 -06:00
committed by GitHub
parent 398d29064e
commit f39a9c5083
2 changed files with 10 additions and 2 deletions

View File

@@ -5,7 +5,9 @@
#include "concurrency/OSThread.h"
#include "mesh/Channels.h"
#include "mesh/generated/meshtastic/mqtt.pb.h"
#if !defined(ARCH_NRF52) || NRF52_USE_JSON
#include "serialization/JSON.h"
#endif
#if HAS_WIFI
#include <WiFiClient.h>
#if !defined(ARCH_PORTDUINO)
@@ -127,4 +129,4 @@ class MQTT : private concurrency::OSThread
void mqttInit();
extern MQTT *mqtt;
extern MQTT *mqtt;