KrisKasprzak / EBYTE

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

Setting FEC #78

Closed JayZeeM closed 8 months ago

JayZeeM commented 8 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 8 months ago

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