From 6878893e0a777a6bed08fc45bfc9a5df02c5bae3 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Sun, 2 Mar 2025 20:35:49 +0200 Subject: [PATCH] Update variant.h --- variants/rak3172/variant.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/variants/rak3172/variant.h b/variants/rak3172/variant.h index 21de65b2c..b473d430c 100644 --- a/variants/rak3172/variant.h +++ b/variants/rak3172/variant.h @@ -1,3 +1,8 @@ +/* +STM32WLE5 Core Module for LoRaWAN® RAK3372 +https://store.rakwireless.com/products/wisblock-core-module-rak3372 +*/ + /* This variant is a work in progress. Do not expect a working Meshtastic device with this target. @@ -9,4 +14,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 PA0 //Green LED +#define LED_STATE_ON 1 + +#endif