adafruit / Adafruit_CircuitPython_TinyLoRa

Adafruit Tiny LoRa
MIT License
44 stars 44 forks source link

remove printing of MSB, LSB, MID when a single channel is set #17

Closed brentru closed 5 years ago

brentru commented 5 years ago

Remove the debug prints from the set_channel method, which would display the msb, lsb and mid frequency values.

For example,lora = TinyLoRa(spi, cs, irq, ttn_config, channel = 6) would print:

226 70 140

I'd like to remove the register prints.

brentru commented 5 years ago

@jerryneedell Yep, it only sets and does not return. Modified the comment to reflect this.