Changes for page LPS8N -- LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2024/05/18 14:36
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Xiaoye - Content
-
... ... @@ -976,18 +976,22 @@ 976 976 977 977 (% class="box" %) 978 978 ((( 979 - uciset system.ntp.server='0.openwrt.pool.ntp.org'979 +~#~##Linux command 980 980 981 -uci add_list system.ntp.server='1.openwrt.pool.ntp.org'981 +uci set system.ntp.server='0.openwrt.pool.ntp.org' #Required 982 982 983 -uci add_list system.ntp.server=' 2.openwrt.pool.ntp.org'983 +uci add_list system.ntp.server='1.openwrt.pool.ntp.org' #Optional 984 984 985 -uci add_list system.ntp.server=' 3.openwrt.pool.ntp.org'985 +uci add_list system.ntp.server='2.openwrt.pool.ntp.org' #Optional 986 986 987 -uci commit system 987 +uci add_list system.ntp.server='3.openwrt.pool.ntp.org' #Optional 988 + 989 +uci commit system #Required 988 988 ))) 989 989 992 +**Note: If the NTP server is a Windows host, it may cause the time synchronization to fail, ** 990 990 994 + 991 991 == (% data-sider-select-id="9ae226bc-051a-4d47-8a2f-13187e54c382" %)6.2 Packet Filtering(%%) == 992 992 993 993