ConnorKirkpatrick / E220Lib

Arduino library used for Ebyte E220 modules
Creative Commons Zero v1.0 Universal
11 stars 2 forks source link

small misprint in /examples/configuration/configuration.ino #2

Closed lejibxl closed 2 years ago

lejibxl commented 2 years ago

line 30 > there is no semicolon at the end line 22 > //E220 radioModule(receiver, m0, m1, aux);
needs to be understood Stream &mySerial3 = (Stream &)receiver; E220 radioModule(&mySerial3, m0, m1, aux);

ConnorKirkpatrick a big thank you for your work

ConnorKirkpatrick commented 2 years ago

Thanks for the comments, it should all be fixed now. Many thanks for using the lib and I hope it makes your life easier! If you need any further help with the code please let me know