Skip to content

Commit 38409a0

Browse files
committed
Update api.md
1 parent 4e786dd commit 38409a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/api.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1390,13 +1390,16 @@ void loop() {
13901390
}
13911391
```
13921392

1393-
### `modem.changeBand()`
1393+
### `modem.configureBand()`
13941394

13951395
#### Description
13961396
Change the LoRaWAN module band
13971397

13981398
#### Syntax
1399-
modem.changeBand(band);
1399+
1400+
```
1401+
modem.configureBand(band); //e.g. EU868, US915, AS923
1402+
```
14001403

14011404
#### Parameters
14021405

0 commit comments

Comments
 (0)