platform: arduino: move json alloc into .cpp
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include "../../Config.h"
|
||||
#include "../../Platform.h"
|
||||
|
||||
StaticJsonDocument<1024> m_json;
|
||||
|
||||
struct MQTTDevice {
|
||||
const String id;
|
||||
const String name;
|
||||
|
Reference in New Issue
Block a user