Fix: remove duplicate Command struct from CommandMgr.cpp (use header definition)

This commit is contained in:
2025-09-08 12:55:57 +10:00
parent f6d5bb58bd
commit d743a81069

View File

@ -9,11 +9,7 @@ extern AppConfig CFG;
namespace CommandMgr {
struct Command {
long id = 0;
String type;
String payload;
};
static String BASE;
static String IMEI;