summaryrefslogtreecommitdiff
path: root/libloragw/inc/config.h
blob: 9b96c5f89e9072a2fcbb0f2bdbc104eaef31d7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LORAGW_CONFIGURATION_H
#define _LORAGW_CONFIGURATION_H
	#define LIBLORAGW_VERSION	"0.1-16-gc05674a"
	#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