DigiSpark-Scripts/WiFi_Profile_Mailer
Kyle Mohr 2bcfd8a68b
Update WiFi_Profile_Mailer_New.ino
The current code causes a Powershell error that causes 'temp.csv' to never get attached to the email. This is because the first PS line saves temp.csv to the user's home directory, whereas the second PS line tries to attach temp.csv from the system32 folder. I changed the first line to instead save it to system32, which is the default path for an admin Powershell session.
2021-03-23 14:34:45 -05:00
..
README.md Update README.md 2020-05-27 11:31:34 -04:00
WiFi_Profile_Mailer.ino Bug Fix in WiFi_Mailer 2017-05-03 10:38:29 +03:00
WiFi_Profile_Mailer_New.ino Update WiFi_Profile_Mailer_New.ino 2021-03-23 14:34:45 -05:00
Wifi_Profile_Mailer_Update.ino Add user variable comments 2020-05-27 11:33:36 -04:00

README.md

WiFi_Profile_Mailer.ino

Use for Windows 7/8/8.1/Older Builds of Windows 10

WiFi_Profile_Mailer_New.ino

Use for newer builds of Windows 10

WiFi_Profile_Mailer_Update.ino

Use for newer builds of Windows 10 w/ debug mode & user variables