Files
nuki_hub/Logger.h
2022-12-23 22:32:57 +01:00

7 lines
105 B
C

#ifndef MQTT_LOGGER_GLOBAL
#define MQTT_LOGGER_GLOBAL
#include "MqttLogger.h"
extern Print* Log;
#endif