Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in nilan_code.ino #25

Open
expeditioneer opened this issue Feb 3, 2021 · 0 comments
Open

Typo in nilan_code.ino #25

expeditioneer opened this issue Feb 3, 2021 · 0 comments

Comments

@expeditioneer
Copy link

expeditioneer commented Feb 3, 2021

Currently in nilan_code.ino following is present:

#if SERIAL == SERIAL_SOFTWAR
SoftwareSerial SSerial(SERIAL_SOFTWARE_RX, SERIAL_SOFTWARE_TX); // RX, TX
#endif

Should be

#if SERIAL == SERIAL_SOFTWARE
SoftwareSerial SSerial(SERIAL_SOFTWARE_RX, SERIAL_SOFTWARE_TX); // RX, TX
#endif
@expeditioneer expeditioneer changed the title Possible typo in nilan_code.ino Typo in nilan_code.ino Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant