Marche plus car je suis en train de changer ma façon de gérer l'horloge
This commit is contained in:
19
DeepSleep/Pet_tracker_3/set_time2.lua
Normal file
19
DeepSleep/Pet_tracker_3/set_time2.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
-- Scripts pour régler l'horloge quand on est connecté en WIFI
|
||||
|
||||
print("\n set_time2.lua zf200815.1255 \n")
|
||||
|
||||
function set_time()
|
||||
sntp.sync(nil, nil, nil, 1)
|
||||
end
|
||||
|
||||
function ztime()
|
||||
tm = rtctime.epoch2cal(rtctime.get()+2*3600)
|
||||
print(string.format("%04d/%02d/%02d %02d:%02d:%02d", tm["year"], tm["mon"], tm["day"], tm["hour"], tm["min"], tm["sec"]))
|
||||
end
|
||||
|
||||
set_time()
|
||||
|
||||
--[[
|
||||
print(ztime())
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user