Fix MQTT not showing logs with Python 3 (#797)

* Fix MQTT logging for Python 3

* Also fix captive portal PACKED
This commit is contained in:
Otto Winter
2019-10-24 20:11:17 +02:00
parent 576d5021fd
commit 681dcb51da
2 changed files with 5 additions and 1 deletions
@@ -2,6 +2,7 @@
#include <DNSServer.h>
#include "esphome/core/component.h"
#include "esphome/core/helpers.h"
#include "esphome/core/preferences.h"
#include "esphome/components/web_server_base/web_server_base.h"