Fix: remove duplicate Command struct from CommandMgr.cpp (use header definition)
This commit is contained in:
@ -9,11 +9,7 @@ extern AppConfig CFG;
|
||||
|
||||
namespace CommandMgr {
|
||||
|
||||
struct Command {
|
||||
long id = 0;
|
||||
String type;
|
||||
String payload;
|
||||
};
|
||||
|
||||
|
||||
static String BASE;
|
||||
static String IMEI;
|
||||
|
||||
Reference in New Issue
Block a user