Created
August 12, 2015 09:19
-
-
Save solusipse/9043eb69c63d68e3e4da to your computer and use it in GitHub Desktop.
Revisions
-
solusipse revised this gist
Aug 12, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ ``` AT AT+CWMODE=1 AT+CWLAP # scan for wireless networks AT+CWJAP="ssid","password" AT+CWJAP? # check if connected AT+CIFSR # get ip ``` -
solusipse created this gist
Aug 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ AT AT+CWMODE=1 AT+CWLAP # scan for wireless networks AT+CWJAP="ssid","password" AT+CWJAP? # check if connected AT+CIFSR # get ip