Enable use of Rules for Core2

This commit is contained in:
Jason2866 2021-07-02 16:50:37 +02:00 committed by GitHub
parent 1ff2b8abe9
commit 2b3f516424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -115,10 +115,9 @@
#define USE_SENDMAIL
#define USE_ESP32MAIL
#define USE_SCRIPT // Add support for script (+17k code)
#ifndef USE_RULES
#define USE_SCRIPT // Add support for script (+17k code)
// Script related defines
#ifdef USE_SCRIPT
#undef USE_RULES
#define MAXVARS 75
#define MAXSVARS 15
#define MAXFILT 10
@ -133,7 +132,7 @@
#define SCRIPT_FULL_WEBPAGE
#define SCRIPT_GET_HTTPS_JP
#define USE_GOOGLE_CHARTS
#endif // USE_SCRIPT
#endif // USE_RULES
#endif // FIRMWARE_M5STACK_CORE2
/*********************************************************************************************\