Skip to content

Commit c9e3d1f

Browse files
Update content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md
Co-authored-by: Karl Söderby <[email protected]>
1 parent 38fedcf commit c9e3d1f

File tree

1 file changed

+1
-1
lines changed
  • content/arduino-cloud/03.cloud-interface/00.sketches

1 file changed

+1
-1
lines changed

content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void onTestChange(){
103103
}
104104
```
105105

106-
There are a few different options when it comes to synchronization of your cloud sketch:
106+
There are a few different options available for synchronizing your sketch with the Arduino Cloud:
107107
- `MOST_RECENT_WINS` - The latest update whether from the device or the cloud is used. Best for real-time applications where the latest data should always be used, regardless of source.
108108
- `CLOUD_WINS` - The cloud value always overwrites the device value. Useful when the cloud holds critical configurations or settings that should always be enforced on the device.
109109
- `DEVICE_WINS` - The device value always overwrites the cloud value. Used when the device generates important real-time data (sensor readings) that should always be preserved over cloud updates.

0 commit comments

Comments
 (0)