Hello,
thanks for this library! I'm interested in the usage of LogSerialModule only (without, at the moment, the LogMqttModule).
When I include this libraries
#include <GenericLog.h>
#include <NamedLog.h>
#include <LogHandler.h>
#include <LogModule.h>
#include <LogSerialModule.h>
Arduino checks also LogMqttModule and when compiling the library Compiling library "ArduinoUnifiedLog" also the PubSubClientTools is required and I cannot compile because an error error: 'function' in namespace 'std' does not name a template type.
Is it possibile to ignore the MQTT stuff?
Thanks
Hello,
thanks for this library! I'm interested in the usage of LogSerialModule only (without, at the moment, the LogMqttModule).
When I include this libraries
Arduino checks also LogMqttModule and when compiling the library
Compiling library "ArduinoUnifiedLog"also the PubSubClientTools is required and I cannot compile because an errorerror: 'function' in namespace 'std' does not name a template type.Is it possibile to ignore the MQTT stuff?
Thanks