adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
197 stars 122 forks source link

Adafruit_BLE::install_callback should not force _verbose to true #24

Closed frankleonrose closed 7 years ago

frankleonrose commented 7 years ago

When you turn verbose mode off, all is quiet except this method. Seems like inadvertent commit of debug code.

https://github.com/adafruit/Adafruit_BluefruitLE_nRF51/blob/master/Adafruit_BLE.cpp#L85

hathach commented 7 years ago

thank for reporting the issue, it is indeed legacy code for debugging :)