ChipChop.debug(false) - doesn't suspend logs generation
Hi Gizmo,
It is a minor issue:
Executing ChipChop.debug(false) doesn't suspend some messages sent to serial. Examples are below. Ususally it doesn't hurt, but in case when a serial is used for communication with other devices, it makes a bit of mess. Certainly, it is easy to comment all these lines like: Serial.println("Reconnecting as nothing was received after sending connection request") manually, in your library, but with every update it needs to be done again.
It would be great to have a setting (or just use: ChipChop.debug(false)) to ensure that nothing goes to a serial interface.
send_connection_request
ChipChopModulesManager::start
send_connection_request
Kind regards
Tomasz