Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By sadat007
#37948 Dear, Two main reason why I am suggesting! and implementing in my code will not help full during development.
1. What if I forget passwords?
2. It will help me to quickly switch between office and home routers.
Thanks
sadat
User avatar
By forlotto
#38002
Code: Select alllet ssid = " "
let password = " "
 print "SSID:"
textbox ssid
 print "PASSWORD:"
textbox password
 button "Connect" [connect_to_ap]
wait
 [connect_to_ap]
connect ssid password
end


This will allow you to connect the way you want to enter information and go...

You can scan for the wifi with your phone or use the other scan code that I mentioned.
User avatar
By Mmiscool
#38011 This seems like some thing that could be written in basic as it stands now.