this is avaiable project
Fork of LoRaMacLib by
Diff: mac/LoRaMac.cpp
- Revision:
- 5:50aab2960e8c
- Parent:
- 4:c1d2d1319c8f
- Child:
- 8:19a3b4a82c69
--- a/mac/LoRaMac.cpp Tue Sep 22 19:34:06 2015 +0000 +++ b/mac/LoRaMac.cpp Wed Sep 23 08:11:26 2015 +0000 @@ -1789,7 +1789,7 @@ // For higher datarates, we increase the number of symbols generating a Rx Timeout if( datarate >= DR_3 ) { // DR_6, DR_5, DR_4, DR_3 - symbTimeout = 50; + symbTimeout = 80; } if( datarate == DR_6 ) {// LoRa 250 kHz @@ -1817,7 +1817,7 @@ // For higher datarates, we increase the number of symbols generating a Rx Timeout if( Rx2Channel.Datarate >= DR_3 ) { // DR_6, DR_5, DR_4, DR_3 - symbTimeout = 50; + symbTimeout = 80; } if( Rx2Channel.Datarate == DR_6 ) {// LoRa 250 kHz