Skip to content

Commit 500bc56

Browse files
authored
Merge pull request #599 from kent-williams/patch-1
Update helium-us915 Example with Correct Sub-band
2 parents 44778c1 + 871bf1f commit 500bc56

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(1);
309309

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

0 commit comments

Comments
 (0)