diff --git a/Boards.h b/Boards.h index 1aa6804..17e7e73 100644 --- a/Boards.h +++ b/Boards.h @@ -987,7 +987,7 @@ #define BLE_MANUFACTURER "RAK Wireless" #define BLE_MODEL "RAK4640" - #define HAS_BUZZER false + #define HAS_BUZZER true #define PIN_BUZZER WB_IO2 // todo, I would much rather these be in Buzzer.h @@ -997,9 +997,9 @@ #define TX_HI_TONE 550 #define MAX_BUZZER_DELAY 100 - #define HAS_BUZZER_CTRL false + #define HAS_BUZZER_CTRL true - #define HAS_INPUT false + #define HAS_INPUT true #define PIN_BUTTON WB_SW1 #define INTERFACE_COUNT 2