esphome/esphome/core
Otto Winter 21bbafb63d
Captive portal fixes (#766)
* Enable MDNS logs comment

* Work around ESP8266 mDNS broken for AP

See also https://github.com/esp8266/Arduino/issues/6114

* Enable captive_portal in AP-only mode

Fixes https://github.com/esphome/issues/issues/671

* Make ESP32 connecting faster

See also https://github.com/espressif/arduino-esp32/pull/2989

* Format
2019-10-18 14:46:44 +02:00
..
application.cpp Add Captive Portal (#624) 2019-06-09 17:03:51 +02:00
application.h ESP32 Use NVS directly (#659) 2019-07-03 16:34:40 +02:00
automation.h Create Protobuf Plugin for automatically generating native API stubs (#633) 2019-06-18 19:31:22 +02:00
base_automation.h Fix ForCondition time duration check (#610) 2019-06-04 18:34:51 +02:00
component.cpp Add Captive Portal (#624) 2019-06-09 17:03:51 +02:00
component.h Add Captive Portal (#624) 2019-06-09 17:03:51 +02:00
controller.cpp 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
controller.h 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
defines.h Add Captive Portal (#624) 2019-06-09 17:03:51 +02:00
esphal.cpp Fix potential ISR digital_write issue (#753) 2019-10-17 16:53:39 +02:00
esphal.h 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
helpers.cpp Fix parse_float accepting invalid input 2019-05-24 19:32:59 +02:00
helpers.h Create Protobuf Plugin for automatically generating native API stubs (#633) 2019-06-18 19:31:22 +02:00
log.cpp Make logger string memory usage more efficient (#641) 2019-06-16 19:14:24 +02:00
log.h Make logger string memory usage more efficient (#641) 2019-06-16 19:14:24 +02:00
optional.h 🏗 Merge C++ into python codebase (#504) 2019-04-17 12:06:00 +02:00
preferences.cpp ESP32 Use NVS directly (#659) 2019-07-03 16:34:40 +02:00
preferences.h ESP32 Use NVS directly (#659) 2019-07-03 16:34:40 +02:00
scheduler.cpp More scheduler fixes 2019-06-30 12:18:27 +02:00
scheduler.h Fix scheduler 2019-06-30 09:13:52 +02:00
util.cpp Captive portal fixes (#766) 2019-10-18 14:46:44 +02:00
util.h Captive portal fixes (#766) 2019-10-18 14:46:44 +02:00
version.h Move ESPHome version define (#607) 2019-06-03 16:07:15 +02:00