What is Correct syntax for Lora.EnableCRC enable?

Code tips and tricks for beginners
Post Reply
EasyRider
Posts: 27
Joined: Sat Jun 05, 2021 1:27 am
Has thanked: 7 times
Been thanked: 2 times

What is Correct syntax for Lora.EnableCRC enable?

Post by EasyRider »

Looking at documentation, I don't see a clear explanation for correct syntax to enable or disable CRC using Lora.

From Manual : "Lora.EnableCRC enable"

Looks like "enable" is a variable? it can be given numeric value , possibly 1 = enable, 0 = disable ???

Would appreciate if someone can provide correct advice.
User avatar
cicciocb
Site Admin
Posts: 1889
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 405 times
Been thanked: 1261 times
Contact:

Re: What is Correct syntax for Lora.EnableCRC enable?

Post by cicciocb »

Yes, enable is a variable that can be 1 (for enable) or 0 (for disable)
Post Reply