mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Update xdrv_27_shutter.ino
Debug message should print var(i+1) not var(i+i)
This commit is contained in:
parent
3c4acc9528
commit
2964d5aefd
@ -541,7 +541,7 @@ void ShutterAllowPreStartProcedure(uint8_t i)
|
|||||||
{
|
{
|
||||||
#ifdef USE_RULES
|
#ifdef USE_RULES
|
||||||
uint32_t uptime_Local=0;
|
uint32_t uptime_Local=0;
|
||||||
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("SHT: Delay Start. var%d <99>=<%s>, max10s?"),i+i, rules_vars[i]);
|
AddLog(LOG_LEVEL_DEBUG_MORE, PSTR("SHT: Delay Start. var%d <99>=<%s>, max10s?"),i+1, rules_vars[i]);
|
||||||
TasmotaGlobal.rules_flag.shutter_moving = 1;
|
TasmotaGlobal.rules_flag.shutter_moving = 1;
|
||||||
XdrvRulesProcess(0);
|
XdrvRulesProcess(0);
|
||||||
uptime_Local = TasmotaGlobal.uptime;
|
uptime_Local = TasmotaGlobal.uptime;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user