mirror of https://github.com/arendst/Tasmota.git
Update xdrv_10_scripter.ino
This commit is contained in:
parent
5f6c106507
commit
7d85ccb793
|
@ -4854,11 +4854,13 @@ bool Xdrv10(uint8_t function)
|
|||
|
||||
switch (function) {
|
||||
case FUNC_PRE_INIT:
|
||||
/*
|
||||
#ifdef USE_WEBCAM
|
||||
if (Settings.module==ESP32_CAM_AITHINKER) {
|
||||
webcam_setup();
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
// set defaults to rules memory
|
||||
glob_script_mem.script_ram=Settings.rules[0];
|
||||
glob_script_mem.script_size=MAX_SCRIPT_SIZE;
|
||||
|
|
Loading…
Reference in New Issue