mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Enable Ping and rules features for env not 1M
This commit is contained in:
parent
1ff2b8abe9
commit
aa1b0d3e0c
@ -164,7 +164,13 @@ String EthernetMacAddress(void);
|
||||
#define USE_UFILESYS
|
||||
#define GUI_TRASH_FILE
|
||||
#define GUI_EDIT_FILE
|
||||
#endif
|
||||
#define USE_PING
|
||||
#ifdef USE_RULES
|
||||
#define USE_EXPRESSION
|
||||
#define SUPPORT_IF_STATEMENT
|
||||
#define SUPPORT_MQTT_EVENT
|
||||
#endif // USE_RULES
|
||||
#endif // NOT ESP8266_1M
|
||||
|
||||
#ifdef USE_EMULATION_HUE
|
||||
#define USE_EMULATION
|
||||
|
Loading…
x
Reference in New Issue
Block a user