From d71305306c605bc44c5740ac984d3d5bfe1df94c Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 2 Jan 2026 10:27:04 -0600 Subject: [PATCH] Fix --- variants/nrf52840/t-echo-plus/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/nrf52840/t-echo-plus/variant.h b/variants/nrf52840/t-echo-plus/variant.h index 01e0dc328..226f6d6fe 100644 --- a/variants/nrf52840/t-echo-plus/variant.h +++ b/variants/nrf52840/t-echo-plus/variant.h @@ -129,7 +129,7 @@ static const uint8_t A0 = PIN_A0; #define PIN_SERIAL1_RX GPS_RX_PIN #define PIN_SERIAL1_TX GPS_TX_PIN -// Sensors / accessories (disable buzzer/driver to avoid PWM pin use on this variant) +// Sensors / accessories #define PIN_BUZZER (0 + 6) #define PIN_DRV_EN (0 + 8)