From 82a89f31fd20549f1e55096584487f6101f2cf7d Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Sat, 24 Mar 2018 16:21:59 -0400 Subject: [PATCH] Fix #56: erroneous pinmap name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9653a0eb..ba0a39cc 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ const lmic_pinmap lmic_pins = { .rst = 8, .dio = {25, 26, 27}, // the Murata module needs D29 high for RX, low for TX. - .rxtx_rx_polarity = 1, + .rxtx_rx_active = 1, // the Murata module is direct-wired, we can use 8 MHz for SPI. .spi_freq = 8000000 };