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: dm-wolftpm-wolfssl-tls-with-zephyr/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,11 @@ By default the project is set up to use a DHCP Server, this section will show ho
298
298
299
299
5. Set the `STATIC_IPV4_NETMASK` macro to your needs. Generally `255.255.255.0` for most use cases.
300
300
301
-
6. Rebuild the project and flash the device.
301
+
6. Set the `NO_INTERNET` macro to `0` to enable NTP and DNS resolution. This will setup the device to use the NTP server `pool.ntp.org` and DNS server `8.8.8.8` to get the current date and time.
302
+
303
+
7. Set the `NO_INTERNET` macro to `1` to disable NTP and DNS resolution. This will setup the device to use the date and time manually set in the `set_time_manually` function. Time is set to 1st January 2025 12:00:00 by default.
0 commit comments