Arduino IOT cloud led control

Hi,
I am new on the arduino forum and I need an advice.

I have tried to IOT thing like on the video: Arduino IoT Cloud 2021 - Getting Started with Arduino & ESP32 - YouTube and displays me an error
image

I do not know what I make wrong? Did someone have a similar problem?

Thank you

Generally, pictures of code and errors aren't much use - post the text, in code tags please.

In this case however, you need to move the declaration of myLED above the setup function to make it global.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.