1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-28 16:12:24 +01:00

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

View File

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