Host driver/HAL to build a LoRa Picocell Gateway which communicates through USB with a concentrator board based on Semtech SX1308 multi-channel modem and SX1257/SX1255 RF transceivers.
Diff: libloragw/library.cfg
- Revision:
- 0:102b50f941d0
diff -r 000000000000 -r 102b50f941d0 libloragw/library.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libloragw/library.cfg Wed Apr 11 14:38:42 2018 +0000 @@ -0,0 +1,11 @@ +# That file will be included in the Makefile files that have hardware dependencies + +### Debug options ### +# Set the DEBUG_* to 1 to activate debug mode in individual modules. +# Warning: that makes the module *very verbose*, do not use for production + +DEBUG_AUX= 0 +DEBUG_COM= 0 +DEBUG_REG= 0 +DEBUG_MCU= 0 +DEBUG_HAL= 0