diff options
-rw-r--r-- | global-functions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global-functions b/global-functions index 3d04bcb..52ecbed 100644 --- a/global-functions +++ b/global-functions @@ -445,6 +445,11 @@ :return false; } + :if ([ /system/license/get ]->"level" = "free") do={ + $LogPrintExit2 debug $0 ("No ntp client configured, relying on RTC for CHR free license.") false; + :return true; + } + :if ([ /ip/cloud/get update-time ] = true) do={ :if ([ :typeof [ /ip/cloud/get public-address ] ] = "ip") do={ :set IsTimeSyncCached true; |