Use with LoRa Node.
Fork of SX1276Lib by
Diff: sx1276/sx1276-hal.cpp
- Revision:
- 26:3cf3658778df
- Parent:
- 22:7f3aab69cca9
--- a/sx1276/sx1276-hal.cpp Thu Nov 26 16:55:15 2015 +0000 +++ b/sx1276/sx1276-hal.cpp Mon May 01 14:57:42 2017 +0000 @@ -57,7 +57,8 @@ antSwitch( P0_23 ), fake( A3 ) #else - : SX1276( events, D11, D12, D13, D10, A0, D2, D3, D4, D5, D8, D9 ), + : // SX1276( events, D11, D12, D13, D10, A0, D2, D3, D4, D5, D8, D9 ), + SX1276( events, D11, D12, D13, D10, A0, D6, D3, D4, D5, D7, D9 ), antSwitch( A4 ), fake( A3 ) #endif