meshtastic_rpi2w_sx1278_RA_02/variants/rak3172/variant.h
2024-10-30 09:54:24 +01:00

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