FlySkyIBus icon indicating copy to clipboard operation
FlySkyIBus copied to clipboard

Example gives compile error

Open pouriap opened this issue 6 years ago • 1 comments

In the example code we have :

Serial.begin(115200);
IBus.begin(Serial1);

Which gives a compile error because Serial1 is not defined. I'm pretty sure it must be Serial instead. I changed it to Serial and it worked as expected.

Thank you for your amazing code.

pouriap avatar Sep 29 '17 13:09 pouriap