From fb4e15a0745f52b98775c6a6932ffc858e6058a5 Mon Sep 17 00:00:00 2001 From: Brad Bosch Date: Sun, 17 Aug 2025 12:48:15 -0500 Subject: [PATCH] Apparently BUTTON_PIN is required now --- variants/nrf52840/diy/easy-nrf52-promicro_e22/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/nrf52840/diy/easy-nrf52-promicro_e22/variant.h b/variants/nrf52840/diy/easy-nrf52-promicro_e22/variant.h index 451936d51..820021a7e 100644 --- a/variants/nrf52840/diy/easy-nrf52-promicro_e22/variant.h +++ b/variants/nrf52840/diy/easy-nrf52-promicro_e22/variant.h @@ -118,7 +118,7 @@ E22/NRF52 PRO MICRO PIN ASSIGNMENT #define LED_STATE_ON 1 // State when LED is lit // Button -// #define BUTTON_PIN // no button +#define BUTTON_PIN (-1) // no button // GPS #define PIN_GPS_TX (32 + 1) // P1.01