-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
link fail when wifi password contain «%» #6
Comments
Does it link correctly with special characters if you use the official Tuya Smart app? |
Hello, |
Hi, |
Sorry, this slipped through the cracks. It's possible the device is expecting ASCII encoding instead of the UTF8 that we're currently doing. To test that theory, we would have to edit Line 156 in 7df3e5e
Line 159 in 7df3e5e
to look like Line 261 in 7df3e5e
It's not a huge priority for me ATM, but if you or someone else wants to see if that fixes it I can merge in the changes. |
Hello,
i have a wifi password containing some special characters like % or !
When removing them everything work great with a tuya curtain switch.
I read the code from smartLinkEncode, but dont really see what’s wrong !
Can u help me !
thank’s in advance.
The text was updated successfully, but these errors were encountered: