Verifying a sketch

hi i am using a Arduino nano 33 iot for a rocket that i am building. i connect the Arduino to the iot cloud. i then put the code in then verified it and it said that there was an error but there was nothing wrong with my code.``

this is my code:
Sketch generated by the Arduino IoT Cloud Thing "Untitled"
https://create.arduino.cc/cloud/things/f0bf4c4e-8db4-41b5-9060-c91db35e3225

Arduino IoT Cloud Variables description

The following variables are automatically generated and updated when changes are made to the Thing

CloudAcceleration axelerometer;
CloudAngle axis;
CloudLocation gps;

Variables which are marked as READ/WRITE in the Cloud Thing will also have functions
which are called when their values are changed from the Dashboard.
These functions are generated with the Thing and added at the end of this sketch.
*/

#include "thingProperties.h"

void setup() {

Hi @trav8877

Please provide the full and exact text of the error message in a reply here on this forum topic.

Please also tell us exactly where you saw the error.

Is that all of the code?

Welcome! Please read the forum guidelines and post your code accordingly using code tags. Guidelines: How to get the best out of this forum When I click on the link all I get is an animated Arduino logo. Posting links to your hardware's technical information will help as will an annotated schematic showing exactly how you have wired. Be sure to show all power, ground, and power sources.

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