Skip to content

Commit 534ea0f

Browse files
authored
Change crc() to enableCrc()
1 parent 33c25b4 commit 534ea0f

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)