From 59294fd55b173cf55b66fd36145d61e20937caf1 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 14 Apr 2021 13:41:10 +0200 Subject: [PATCH] Fix compile error Thx @benzino77 solves #11724 mentioned in #11704 --- tasmota/tasmota.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota.ino b/tasmota/tasmota.ino index 55272c584..8015f3492 100644 --- a/tasmota/tasmota.ino +++ b/tasmota/tasmota.ino @@ -78,7 +78,7 @@ #include #ifdef USE_SDCARD #include -#include +#include #endif // USE_SDCARD #endif // ESP8266 #ifdef ESP32