martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
295 stars 69 forks source link

ssid with spaces #21

Closed msillano closed 6 years ago

msillano commented 6 years ago

My wifi AP is "FRITZ!Box 3272", but the command 'set ssid' cut it. transcript: scandone no FRITZ!Box found, reconnect after 1s disconnect from ssid FRITZ!Box, reason 201 reconnect scandone ....... infinite loop

martin-ger commented 6 years ago

On the CLI write: set ssid FRITZ!Box\ 3272

Am 31. Januar 2018 8:19:58 nachm. schrieb Marco Sillano notifications@github.com:

My wifi AP is "FRITZ!Box 3272", but the command 'set ssid' cut it. transcript: scandone no FRITZ!Box found, reconnect after 1s disconnect from ssid FRITZ!Box, reason 201 reconnect scandone ....... infinite loop

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/martin-ger/esp_mqtt/issues/21

msillano commented 6 years ago

thanks, the workaround woked :)

Best regards, m.s.