From 734f36589dd54f60e9a07e3dbbb368716642235d Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Thu, 22 Aug 2024 17:44:49 +0200 Subject: [PATCH] Update variant.h (#4534) --- variants/wio-e5/variant.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/variants/wio-e5/variant.h b/variants/wio-e5/variant.h index b4345a530..ac92915bb 100644 --- a/variants/wio-e5/variant.h +++ b/variants/wio-e5/variant.h @@ -15,4 +15,7 @@ Do not expect a working Meshtastic device with this target. #define USE_STM32WLx #define MAX_NUM_NODES 10 -#endif \ No newline at end of file +#define LED_PIN PB5 +#define LED_STATE_ON 1 + +#endif