Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
Signed-off-by: Kadir Özdinç <[email protected]>
  • Loading branch information
kadirozdinc authored Jul 26, 2023
1 parent 82da458 commit eb123a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Initialize LoRa/LoRaWAN module. Must be called once in the Arduino setup block.
```c
void setup() {
// Setup loraid access
lora.init();
lora.init(); //bla bla
...
}
```
Expand Down

0 comments on commit eb123a6

Please sign in to comment.