-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
MMM-WiFiPassword/MMM-WiFiPassword.js
Lines 35 to 41 in 343b91b
| //TODO: Allow for special characters | |
| this.qrText = "WIFI:" + | |
| "T:" + this.auth + | |
| ";S:" + this.config.network + | |
| ";P:" + this.config.password + | |
| ";H:" + this.config.hiddenId + | |
| ";"; |
Hello! I was wanting to ask about special character support, and potentially even help create the change. I just am not sure which characters specifically need to be fixed for QR codes. I believe the change would be to send the strings to functions that escape and return the escaped character versions in the lines here?
If you can provide a list of the characters or documentation to find the characters to concern ourselves with, then I can assist in adding this capability.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels