diff --git a/variants/wio-e5/variant.h b/variants/wio-e5/variant.h index b4345a530e..ac92915bb8 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