mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-22 06:28:43 -04:00
Added button input and deep sleep
This commit is contained in:
parent
51172fb68f
commit
73de55c82b
3 changed files with 33 additions and 0 deletions
|
@ -56,6 +56,10 @@ sx128x *LoRa = &sx128x_modem;
|
|||
#include "Power.h"
|
||||
#endif
|
||||
|
||||
#if HAS_INPUT == true
|
||||
#include "Input.h"
|
||||
#endif
|
||||
|
||||
#if MCU_VARIANT == MCU_ESP32 || MCU_VARIANT == MCU_NRF52
|
||||
#include "Device.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue