mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 14:07:00 +03:00
ENABLE_MQTT c++ macro definition (#1546)
* macro * 2 * 2 * delete jomjol_mqtt from CMakeLists * mqtt macro * final
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#ifdef ENABLE_MQTT
|
||||
#pragma once
|
||||
#include "ClassFlow.h"
|
||||
|
||||
@@ -33,3 +34,4 @@ public:
|
||||
string name(){return "ClassFlowMQTT";};
|
||||
};
|
||||
|
||||
#endif //ENABLE_MQTT
|
||||
Reference in New Issue
Block a user