mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 05:31:25 +00:00
12 lines
209 B
C
12 lines
209 B
C
![]() |
/*
|
||
|
This variant is a work in progress.
|
||
|
Do not expect a working Meshtastic device with this target.
|
||
|
*/
|
||
|
|
||
|
#ifndef _VARIANT_RAK3172_
|
||
|
#define _VARIANT_RAK3172_
|
||
|
|
||
|
#define USE_STM32WLx
|
||
|
#define MAX_NUM_NODES 10
|
||
|
|
||
|
#endif
|