Skip to content

Commit ca4e08c

Browse files
Merge pull request #237 from TheThingsNetwork/fix/236-au915-tx-dr
Fix AU915 uplink DR
2 parents 3a01327 + ee86cc8 commit ca4e08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TheThingsNetwork.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,10 @@ bool TheThingsNetwork::setSF(uint8_t sf)
846846
case TTN_FP_AS920_923:
847847
case TTN_FP_AS923_925:
848848
case TTN_FP_KR920_923:
849-
case TTN_FP_AU915:
850849
dr = 12 - sf;
851850
break;
852851
case TTN_FP_US915:
852+
case TTN_FP_AU915:
853853
dr = 10 - sf;
854854
break;
855855
}

0 commit comments

Comments
 (0)