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
Is this because I'm a linux user with a single \n terminating my .py file lines and your flashing \r\n? It is 288 lines long
The text was updated successfully, but these errors were encountered:
uFlash shoudn't be changing the line endings, perhaps you have characters that take more than a single byte in UTF-8?
Sorry, something went wrong.
There is a symbol DEGREES = u'\xb0' but apart from that it's just ascii/uft-8 0 - 127
DEGREES = u'\xb0'
No branches or pull requests
Is this because I'm a linux user with a single \n terminating my .py file lines and your flashing \r\n? It is 288 lines long
The text was updated successfully, but these errors were encountered: