Added button input and deep sleep

This commit is contained in:
Mark Qvist 2024-05-02 01:20:33 +02:00
parent 51172fb68f
commit 73de55c82b
3 changed files with 33 additions and 0 deletions

View file

@ -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