Skip to content

Commit 5a3c7fd

Browse files
committed
Update iot-cloud-tech-ref.md
1 parent c2e52cb commit 5a3c7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cloud/iot-cloud/tutorials/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ To set the color, we can assign the CloudColor variable directly to float variab
274274

275275
Declared as `CloudLocation x;`.
276276

277-
To read the location values, we can use the following method `Location coordinates = x.getValue();`. This will assign the longitude and latitude values to the coordinates variable. If we want too access the values individually we can use `Serial.println(coordinates.lat)` and `Serial.println(coordinates.lot)`.
277+
To read the location values, we can use the following method `Location coordinates = x.getValue();`. This will assign the longitude and latitude values to the coordinates variable. If we want too access the values individually we can use `Serial.println(coordinates.lat)` and `Serial.println(coordinates.lon)`.
278278

279279
| Property | Type | Read value | Set value |
280280
| --------- | ------- | ----------------- | --------------------------- |

0 commit comments

Comments
 (0)