Need help migrating

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.

2 Likes

Thanks.

thanks peteknight and special thanks for john93

1 Like