From 3624c49f310d2ff36a414d4ca6ede037b51443d2 Mon Sep 17 00:00:00 2001 From: Nestor Date: Thu, 27 Aug 2015 17:55:30 +0200 Subject: [PATCH] MTAC-LORA uses FTDI, not native SPI --- libloragw/library.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libloragw/library.cfg b/libloragw/library.cfg index f5b6e1d4..92330a28 100644 --- a/libloragw/library.cfg +++ b/libloragw/library.cfg @@ -7,7 +7,7 @@ # to ensure the right device will be opened on your platform. # ftdi FTDI SPI-over-USB bridge using libmpsse/libftdi/libusb -CFG_SPI= native +CFG_SPI= ftdi ### Debug options ### # Set the DEBUG_* to 1 to activate debug mode in individual modules.