-
Notifications
You must be signed in to change notification settings - Fork 604
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
WiFi_Profile_Mailer does not work #40
Comments
There are several things that could be going wrong there. Which version are you using with which version of Windows? Where does it fail? Will the sketch not compile or does it not successfully send the email? |
I'm using the WiFi_Profile_Mailer.ino file with IDE Arduino 1.8.10 and Windows10, Italian keyboard. C:\Users\Flavio>powershell 'NoP 'NonI 'W Hidden 'Exec Bypass °)netsh wlan show profiles= § Select'String àùç).^=$à § %é$nameì$?.Matches.Groupsè1+.Value.Trim)=ò $?* § %é)netsh wlan show profile nameì$name keyìclear=* § Select'String àKey ContentùW^ùç).^=$à § %é$passì$?.Matches.Groupsè1+.Value.Trim)=ò $?* § %éèPSCustomObject+"é PROFILE?NAMEì$nameòPASSWORDì$pass ** § Export'Csv temp.csv°
Token 'NonI' imprevisto nell'espressione o nell'istruzione.
Token ')' imprevisto nell'espressione o nell'istruzione.
Token ')' imprevisto nell'espressione o nell'istruzione.
Token ')' imprevisto nell'espressione o nell'istruzione.
Carattere di terminazione mancante nella stringa: '. C:\Users\Flavio> |
I'll be 100% honest with you here. While I am very familiar with powershell, I am not at all familiar with what format and structure powershell uses in languages outside of english. In looking at your posted code and spending a couple minutes with google translate, I'd wager that your assumption of the Italian keyboard being the issue to be correct. It appears that some characters are being substituted. For example in the first error you posted above. This: should be this: If I were in your shoes, my first troubleshooting step would be to use the Italian keyboard layout for digispark. https://github.com/Maiux92/digispark-keyboard-layout-italian |
WiFi_Profile_Mailer sketch does not work.
I entered USERNAME and PASSWORD where requested and filled in.
I use an Italian keyboard with Windows 10.
Could it be the keyboard layout? Eventually how can I edit the sketch?
Thank you.
The text was updated successfully, but these errors were encountered: