You’re missing a closing bracket and semicolon from your lambda function. I think I t should be…
timer.setTimeout(1000, []()
{
digitalWrite(wifiLed, LOW);
});
Pete.
You’re missing a closing bracket and semicolon from your lambda function. I think I t should be…
timer.setTimeout(1000, []()
{
digitalWrite(wifiLed, LOW);
});
Pete.
Thanks.
thanks peteknight and special thanks for john93