You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first: Thank you so much for this very useful software. I really enjoy your work!
Seems to be a small bug wich is easily bypassable.
Problem: This don't work: action(#foo, #foo); After saving the rule, the website loads a long time and will end with an "Error: Connection Lost". After reloading the website the rule is unchanged.
This works: action(#foo, #bar);
on System#Boot then
#foo = 0;
#bar = #foo;
setTimer(1, 10);
end
on action($x, $y) then
$z = $x + $y;
end
on timer=1 then
action(#foo, #foo);
end
Testet on the small and big PCB.
Software Version: 3.8
The text was updated successfully, but these errors were encountered:
Hi,
first: Thank you so much for this very useful software. I really enjoy your work!
Seems to be a small bug wich is easily bypassable.
Problem: This don't work:
action(#foo, #foo);
After saving the rule, the website loads a long time and will end with an "Error: Connection Lost". After reloading the website the rule is unchanged.This works:
action(#foo, #bar);
Testet on the small and big PCB.
Software Version: 3.8
The text was updated successfully, but these errors were encountered: