mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-17 16:12:52 +02:00
add shutdown_method to ttn in order reduce power consumption while in deep sleep
This commit is contained in:
@ -72,6 +72,12 @@ public:
|
||||
*/
|
||||
void reset();
|
||||
|
||||
/**
|
||||
* @brief Shutdown the LoRaWAN radio and reduce power consumption
|
||||
*
|
||||
*/
|
||||
void shutdown();
|
||||
|
||||
/**
|
||||
* @brief Configures the pins used to communicate with the LoRaWAN radio chip.
|
||||
*
|
||||
|
Reference in New Issue
Block a user