Skip to content

Commit 314dd8b

Browse files
authored
Update content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md
1 parent 1771fc7 commit 314dd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The returned timestamp can be displayed in a dashboard using a `CloudTime` varia
141141
myTimeVariable = ArduinoCloud.getLocalTime()
142142
```
143143

144-
***Note that when using a board equipped with a hardware Real-Time Clock (RTC) the [Arduino_IoTCloud](https://github.com/arduino-libraries/ArduinoIoTCloud) library will use it automatically, thus communicating with the RTC from within your sketch or other libaries is not recommended. You can use the `getLocalTime()` and `getInternalTime()` methods provided by Arduino_IoTCloud instead.
144+
***Note that when using a board equipped with a hardware Real-Time Clock (RTC) the [Arduino_IoTCloud](https://github.com/arduino-libraries/ArduinoIoTCloud) library will use it automatically, thus communicating with the RTC from within your sketch or other libraries is not recommended. You can use the `getLocalTime()` and `getInternalTime()` methods provided by Arduino_IoTCloud instead.
145145
***
146146

147147
## Things

0 commit comments

Comments
 (0)