I wanted to test out my Arduino Yun Shield with the Arduino Cloud. I made a new "thing" and "property" in the cloud dashboard and all the sketch would do was print "Oh yeah" (Not the problem). I noticed the code was using serial and since I was using a Yun Shield with an Uno I changed every "Serial" to "Console". But when I uploaded it it gave me this:
Unable to connect: retrying (1)...
Unable to connect: retrying (2)...
Unable to connect: retrying (3)...
Unable to connect: retrying (4)...
Unable to connect: is the sketch using the bridge?
I looked this up and a lot of people were saying to program it over USB and not WiFi, but I cannot do that since I am using an Arduino Uno. So does Arduino Cloud work with Arduino Uno + Arduino Yun Shield?