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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Support for Wifi SSID #32

Open
goob10000 opened this issue May 5, 2024 · 0 comments
Open

Unicode Support for Wifi SSID #32

goob10000 opened this issue May 5, 2024 · 0 comments

Comments

@goob10000
Copy link

Our SSID includes unicode charaters, specifically it is 馃惐馃惗 When pasting this into the Network Name field via PuTTY, the process hangs and the datalogger must be reset before being used again. Pasting in the UTF-8 and UTF-32 form of the emojis doesn't freeze the microcontroller but also does not work. Further, inputting it in these forms also corrupts the ordering.

Inputting \x1F431\x1F436 does not work and it gets turned into \9f\f0\b1\90\9f\f0\b6\90.
Inputting \F0\9F\90\B1\F0\9F\90\B6 results in the same outcome. It does not connect and gets changed to \9f\f0\b1\90\9f\f0\b6\90.

Maybe unrelated but there is another error when altering the wifi connection's password. When deleting the password, there appears to be an extra * representing a character at the beginning of the password that, when deleted, also crashes the datalogger. Deleting every other character but this last mysterious character and then saving results in an empty password field when you reopen the menu.

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