Update variant.h

This commit is contained in:
Mark Trevor Birss 2025-03-02 20:35:49 +02:00 committed by GitHub
parent 57c2ded863
commit 6878893e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. This variant is a work in progress.
Do not expect a working Meshtastic device with this target. 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 USE_STM32WLx
#define MAX_NUM_NODES 10 #define MAX_NUM_NODES 10
#endif #define LED_PIN PA0 //Green LED
#define LED_STATE_ON 1
#endif