- move source file according with platformio standard directory structure
- remove lib_deps from platformio.ini since they are already in libs folder
This commit is contained in:
7
src/Logger.h
Normal file
7
src/Logger.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef MQTT_LOGGER_GLOBAL
|
||||
#define MQTT_LOGGER_GLOBAL
|
||||
|
||||
#include "MqttLogger.h"
|
||||
extern Print* Log;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user