Fix esp8266_restore_from_flash (#638)

Fixes https://github.com/esphome/issues/issues/424
This commit is contained in:
Otto Winter 2019-06-14 12:36:30 +02:00 committed by GitHub
parent 642bc91a76
commit 80b48f01fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
#endif
#include "esphome/core/esphal.h"
#include "esphome/core/defines.h"
namespace esphome {