NorthernMan54 / rtl_433_ESP

Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
GNU General Public License v3.0
520 stars 125 forks source link

Disable Arduino Log library? #129

Open habub opened 9 months ago

habub commented 9 months ago

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

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
NorthernMan54 commented 9 months ago

How do you do an out of office for GitHub issues - I’m away till mid March and can look at this then

I expect my flavor of arduino log to be broken or something