Skip to content

Commit d5b9d63

Browse files
Update helium-us915 Example with Correct Sub Band
1 parent 44778c1 commit d5b9d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/helium-us915/helium-us915.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ void setup() {
305305

306306
LMIC_setLinkCheckMode(0);
307307
LMIC_setDrTxpow(DR_SF7,14);
308-
LMIC_selectSubBand(6);
308+
LMIC_selectSubBand(2);
309309

310310
// Start job (sending automatically starts OTAA too)
311311
do_send(&sendjob);

0 commit comments

Comments
 (0)