Hello, I'm working on arduino Cloud and in the sketch I expect it to "auto format" (equivalent of ctrl+T of IDE) when I press Indent one the right top corner. But it does't do anything, is it possible that it depends by the browser or adblocker in use?
It does not work for me either, might be a bug. Workaround is to change to the IDE
Hi @grezzianastro. I apologize for any inconvenience this bug causes you. The Arduino Cloud developers are aware of the bug. I will post an update here if I receive any news from them regarding a resolution.
Thank you, but as suggested by @sonofcy is there a way to use the IDE keeping the same cloud functionalities? My guess is that a sketch compiled outside the cloud doesn't include all the variables in thingsproperties.h etc..
Yes, you can use Arduino IDE if you like.
No. There is not really any magic to Arduino Cloud as you are imagining.
It is convenient to use the Arduino Cloud web interface for the initial setup of the Thing, but after that you can open the sketch in Arduino IDE for editing and uploading to your board. You will see newly created Thing sketches under the "Cloud Sketchbook" tab of the IDE's "SKETCHBOOK" panel after you click the "Sync" icon at the bottom right corner of the panel.
You can learn about the Cloud Sketchbook feature of Arduino IDE 2.x from this tutorial:
https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.