You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-22Lines changed: 33 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ A C++ library for instrumenting constrained embedded devices with OpenTelemetry.
12
12
13
13
All examples assume use of the Arduino framework under PlatformIO, and that you have already implemented the network connection stack along with any code needed to set the clock on your embedded device to the correct time.
14
14
15
+
**WE STRONGLY RECOMMEND YOU USE NTP TO SET THE INTERNAL CLOCK, ALONG WITH AN RTC MODULE IF AVAILABLE**
16
+
15
17
The example code shows how to do this with the `time` library and NTP.
16
18
17
19
---
@@ -33,12 +35,12 @@ The example code shows how to do this with the `time` library and NTP.
0 commit comments