From a7dbee27b8095d26937714e7b6267fa54e322839 Mon Sep 17 00:00:00 2001 From: Helmut Fischer <39243870+thehefi@users.noreply.github.com> Date: Fri, 14 Jan 2022 21:47:40 +0100 Subject: [PATCH] fix preprocessor directive remarks --- tasmota/tasmota.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota.ino b/tasmota/tasmota.ino index acae742f5..97f83b473 100644 --- a/tasmota/tasmota.ino +++ b/tasmota/tasmota.ino @@ -20,14 +20,14 @@ // Location specific includes #ifndef ESP32_STAGE // ESP32 Stage has no core_version.h file. Disable include via PlatformIO Option #include // Arduino_Esp8266 version information (ARDUINO_ESP8266_RELEASE and ARDUINO_ESP8266_RELEASE_2_7_1) -#endif +#endif // ESP32_STAGE #include "tasmota_compat.h" #include "tasmota_version.h" // Tasmota version information #include "tasmota.h" // Enumeration used in my_user_config.h #include "my_user_config.h" // Fixed user configurable options #ifdef USE_TLS #include // We need to include before "tasmota_globals.h" to take precedence over the BearSSL version in Arduino -#endif // USE_TLS +#endif // USE_TLS #include "tasmota_globals.h" // Function prototypes and global configuration #include "i18n.h" // Language support configured by my_user_config.h #include "tasmota_template.h" // Hardware configuration