beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

ap ssid issue #3

Closed alonewolfx2 closed 9 years ago

alonewolfx2 commented 9 years ago

i can compile source and i tried something. its working fine but ap changing over tcp telnet not working correctly. it catch first 4 char ssid from tcp command. its giving right ssid with +++at ap command but i am looking wireless network names and always just 4 char. ex i am sending +++AT AP newSSID and its saying SSID=newSSID but i saw just newS in wireless network

petgit commented 9 years ago

in config_cmd_ap I set ap_conf.ssid_len for the ssid string in my pull request. It worked for me.

beckdac commented 9 years ago

This pull request has been merged.