KrisKasprzak / EBYTE

Libraries to program and use UART-based EBYTE wireless data transceivers
239 stars 75 forks source link

Setting FEC #78

Closed JayZeeM closed 4 months ago

JayZeeM commented 4 months ago

Hello! Im trying to activate the FEC for my EByte E22 using

Serial.print(Transceiver.SetFECMode(1));

but I'm getting an error image

KrisKasprzak commented 4 months ago

That function does not return anything, so you can’t print anything. Have a look at the.H file.