We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fcfed commit c85eb5fCopy full SHA for c85eb5f
docs/api.md
@@ -1388,3 +1388,26 @@ void loop() {
1388
}
1389
Serial.println();
1390
1391
+```
1392
+
1393
+### `modem.changeBand()`
1394
1395
+#### Description
1396
+Change the LoRaWAN module band
1397
1398
+#### Syntax
1399
+modem.changeBand(band);
1400
1401
+#### Parameters
1402
1403
+**band:** the chosen band. Can be one between:
1404
+- AS923
1405
+- AU915
1406
+- EU868 (default value)
1407
+- KR920
1408
+- IN865
1409
+- US915
1410
+- US915_HYBRID
1411
1412
+#### Returns
1413
+true if correctly configured, false otherwise
0 commit comments