Enable buzzer

This commit is contained in:
jacob.eva 2024-10-21 19:15:55 +01:00
parent ee53fb83e0
commit af456f0e59
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

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