mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11762 from s-hadinger/remove_warning
Remove warning when using config_override
This commit is contained in:
commit
85221e431d
|
@ -20,9 +20,6 @@
|
||||||
#ifndef _USER_CONFIG_OVERRIDE_H_
|
#ifndef _USER_CONFIG_OVERRIDE_H_
|
||||||
#define _USER_CONFIG_OVERRIDE_H_
|
#define _USER_CONFIG_OVERRIDE_H_
|
||||||
|
|
||||||
// force the compiler to show a warning to confirm that this file is included
|
|
||||||
#warning **** user_config_override.h: Using Settings from this File ****
|
|
||||||
|
|
||||||
/*****************************************************************************************************\
|
/*****************************************************************************************************\
|
||||||
* USAGE:
|
* USAGE:
|
||||||
* To modify the stock configuration without changing the my_user_config.h file:
|
* To modify the stock configuration without changing the my_user_config.h file:
|
||||||
|
|
Loading…
Reference in New Issue