RC
Dependents: WizFi250_AP_HelloWorld
Fork of WizFi250Interface by
Diff: WizFi250/WizFi250.cpp
- Revision:
- 15:8044670e2995
- Parent:
- 14:1f5121c5efcd
--- a/WizFi250/WizFi250.cpp Tue Jul 14 06:53:34 2015 +0000 +++ b/WizFi250/WizFi250.cpp Thu Jul 30 08:16:19 2015 +0000 @@ -96,6 +96,8 @@ if ( cmdWSEC(_state.wm, _state.pass, sec) ) return -1; if ( cmdWJOIN() ) return -1;; _state.associated = true; + + //if ( cmdSCON("so", "TSN", 7000) ) return -1; return 0; }