From 335e0b96448df3d2c10d661a49443a5d6997fb78 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 12 Sep 2022 15:38:13 +0200 Subject: [PATCH] Add `#define TASMOTA` --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 773eb4401..57b6c9404 100644 --- a/platformio.ini +++ b/platformio.ini @@ -85,6 +85,7 @@ build_flags = -DCORE_DEBUG_LEVEL=0 -free -fipa-pta -Wreturn-type + -DTASMOTA ; flag indicating that we are compiling Tasmota ; ********************************************************************* ; *** Use custom settings from file user_config_override.h -DUSE_CONFIG_OVERRIDE