Skip to content

Commit

Permalink
Merge pull request #57 from mcci-catena/tmm-issue56
Browse files Browse the repository at this point in the history
Fix #56: erroneous pinmap name in README.md
  • Loading branch information
terrillmoore authored Mar 24, 2018
2 parents 2cf83c1 + 82a89f3 commit 9491bf9
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 9491bf9

Please sign in to comment.