esphome/esphome/components/wifi
Otto Winter 13522c8f19
WIP: ESP8266 work on connection issues (#648)
* Erase all flash for USB uploads on ESP8266s

Previously, only erased "write regions".

Downside: Config for other FWs like tasmota could be affected

Upside: Potentially fixes some ESP8266 connection issues

Related: https://github.com/esphome/issues/issues/455#issuecomment-503524479

* Clear WiFi settings for ESP8266

Clears wifi settings from retained storage on ESP8266 (if set).

Unsure if this is the actual issue, but it won't cause problems either.

* Update wifi_component_esp8266.cpp

* Revert erase chip for testing

* Improve wait_time calculation
2019-07-02 13:03:11 +02:00
..
__init__.py Add Captive Portal (#624) 2019-06-09 17:03:51 +02:00
wifi_component.cpp WIP: ESP8266 work on connection issues (#648) 2019-07-02 13:03:11 +02:00
wifi_component.h WIP: ESP8266 work on connection issues (#648) 2019-07-02 13:03:11 +02:00
wifi_component_esp32.cpp WIP: ESP8266 work on connection issues (#648) 2019-07-02 13:03:11 +02:00
wifi_component_esp8266.cpp WIP: ESP8266 work on connection issues (#648) 2019-07-02 13:03:11 +02:00