In the Arduino-Log library documentation it is shown how to disable the logging and significantly reduce the project size.
I tried adding #define DISABLE_LOGGING in both logging files (libdeps/ArduinoLog.h and /include/logger.h) but it had no impact.
Any ideas?
Logs
NA
Configuration
NA
Environment
NA
Process Supervisor
not applicable
Additional Context
.../libdeps/arduinolog/ArduinoLog.h:
// *************************************************************************
// Uncomment line below to fully disable logging, and reduce project size
// ************************************************************************
//#define DISABLE_LOGGING
Current Situation
In the Arduino-Log library documentation it is shown how to disable the logging and significantly reduce the project size. I tried adding
#define DISABLE_LOGGING
in both logging files (libdeps/ArduinoLog.h and /include/logger.h) but it had no impact.Any ideas?
Logs
Configuration
Environment
NA
Process Supervisor
not applicable
Additional Context
.../libdeps/arduinolog/ArduinoLog.h: