Czy komuś po aktualizacji ESP przestały działać rules ? U mnie zdechło i nie mogę tego naprawić ?
On [IN1#State]=0 do //Lampy
MCPGPIO,9,1 //start
TimerSet,2,300 //timer 1
endon
On [IN1#State]=1 do
TimerSet,2,0 //timer 1 set to halt, used to stop before the timer ends!
MCPGPIO,9,0 //stop
MCPGPIO,1,1 //set gpio
endon
On Rules#Timer=2 do
MCPGPIO,9,0 //stop
MCPGPIO,1,1 //set gpio Endon