scripter call >BS after sensor init

This commit is contained in:
gemu2015 2020-06-16 10:36:16 +02:00
parent 3a243c700f
commit 865769767d
2 changed files with 3 additions and 2 deletions

View File

@ -322,6 +322,9 @@ void setup(void) {
XdrvCall(FUNC_INIT);
XsnsCall(FUNC_INIT);
#ifdef USE_SCRIPT
Run_Scripter(">BS",3,0);
#endif
rules_flag.system_init = 1;
}

View File

@ -120,8 +120,6 @@ uint32_t DecodeLightId(uint32_t hue_id);
#endif
#endif // USE_UNISHOX_COMPRESSION
#define USE_SCRIPT_TIMER
#ifdef USE_SCRIPT_TIMER
#include <Ticker.h>
Ticker Script_ticker1;