adafruit/Adafruit_FONA

ADAFRUIT_FONA_DEBUG now set by default?

markusk opened this issue · 3 comments

Was this define set purposely or by coincidence?
File: includes/FONAConfig.h

I just updated this library via Arduino GUI and got all the debug messages....

yes

How would an Arduino sketch disable this?

It looks like this is triggered by #define ADAFRUIT_FONA_DEBUG in

#define ADAFRUIT_FONA_DEBUG
and user code gets that indirectly from doing #include "Adafruit_FONA.h" and more importantly the library obviously does that too in
#include "Adafruit_FONA.h"

you have to comment out that line to disable it