mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-21 09:13:42 +00:00
Update variant.h
This commit is contained in:
parent
57c2ded863
commit
6878893e0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user