Skip to content

Commit

Permalink
Fix #56: erroneous pinmap name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Mar 24, 2018
1 parent 2cf83c1 commit 82a89f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 82a89f3

Please sign in to comment.