mirror of https://github.com/arendst/Tasmota.git
Merge pull request #16498 from s-hadinger/define_tasmota
Add `#define TASMOTA`
This commit is contained in:
commit
1139314e38
|
@ -85,6 +85,7 @@ build_flags = -DCORE_DEBUG_LEVEL=0
|
||||||
-free
|
-free
|
||||||
-fipa-pta
|
-fipa-pta
|
||||||
-Wreturn-type
|
-Wreturn-type
|
||||||
|
-DTASMOTA ; flag indicating that we are compiling Tasmota
|
||||||
; *********************************************************************
|
; *********************************************************************
|
||||||
; *** Use custom settings from file user_config_override.h
|
; *** Use custom settings from file user_config_override.h
|
||||||
-DUSE_CONFIG_OVERRIDE
|
-DUSE_CONFIG_OVERRIDE
|
||||||
|
|
Loading…
Reference in New Issue