Skip to content

Commit 871bf1f

Browse files
Update helium-us915.ino
1 parent d5b9d63 commit 871bf1f

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(2);
308+
LMIC_selectSubBand(1);
309309

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

0 commit comments

Comments
 (0)