We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On some platforms I'm getting a spurious character appearing in the Serial Monitor on starting uLisp; for example, on the Arduino Due:
This is generated by code which is effectively:
Serial.begin(9600); Serial.println(PSTR("uLisp 2.2 "));
Can anyone suggest where the spurious character is coming from and how I can get rid of it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On some platforms I'm getting a spurious character appearing in the Serial Monitor on starting uLisp; for example, on the Arduino Due:
This is generated by code which is effectively:
Can anyone suggest where the spurious character is coming from and how I can get rid of it?
The text was updated successfully, but these errors were encountered: