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 |