manuelbl / ttn-esp32

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
MIT License
308 stars 64 forks source link

Add shutdown method to ttn #26

Closed vrees closed 4 years ago

manuelbl commented 4 years ago

Thanks for the contribution. I'll have a look at it. As I'm busy with other project, it might take a while. I hope to catch up soon.

manuelbl commented 4 years ago

Based on the idea of your PR, shutdown() and startup() have been implemented. They additionally stop and start the background process. The new functions are part of release 3.2.0.

Thanks for the input.