Skip to content

Commit 78906fe

Browse files
Merge pull request #18 from silviogarbes/patch-2
Change crc() to enableCrc()
2 parents f9f4cde + 534ea0f commit 78906fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lora/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ LoRa.setSyncWord(syncWord);
297297
Enable or disable CRC usage, by default a CRC is not used.
298298

299299
```arduino
300-
LoRa.crc();
300+
LoRa.enableCrc();
301301
302-
LoRa.noCrc();
302+
LoRa.disableCrc();
303303
```
304304

305305
## Other functions

0 commit comments

Comments
 (0)