mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12539 from Jason2866/patch-6
Enable Ping and rules features for env not 1M
This commit is contained in:
commit
e7425f5b3b
|
@ -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…
Reference in New Issue