We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e786dd commit 38409a0Copy full SHA for 38409a0
docs/api.md
@@ -1390,13 +1390,16 @@ void loop() {
1390
}
1391
```
1392
1393
-### `modem.changeBand()`
+### `modem.configureBand()`
1394
1395
#### Description
1396
Change the LoRaWAN module band
1397
1398
#### Syntax
1399
-modem.changeBand(band);
+
1400
+```
1401
+modem.configureBand(band); //e.g. EU868, US915, AS923
1402
1403
1404
#### Parameters
1405
0 commit comments