Delay in loop, paramater change while delay - What happens?
Posted: 25 Aug 2020 13:05
I was wondering in the following scenario what will happen:
loop:
delay(10000);
And while this delay is hit, gateway sends a paramater change (eg: 64 to 1000)...
Will the parameter be 1000 after the delay? Or does the loop need to finish first?
loop:
delay(10000);
And while this delay is hit, gateway sends a paramater change (eg: 64 to 1000)...
Will the parameter be 1000 after the delay? Or does the loop need to finish first?