summaryrefslogtreecommitdiff
path: root/libloragw/inc/config.h
blob: 093f95910b579ebdebcc681b1111fe8b709c47bc (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LORAGW_CONFIGURATION_H
#define _LORAGW_CONFIGURATION_H
	#define LIBLORAGW_VERSION	"5.0.6"
	#define DEBUG_AUX	0
	#define DEBUG_SPI	0
	#define DEBUG_REG	0
	#define DEBUG_HAL	0
	#define DEBUG_GPS	0
	#define DEBUG_GPIO	
	#define DEBUG_LBT	0
#endif