Files
NodeMCU_Lua/DeepSleep/Pet_tracker_2/_zlocal_cmd.txt
2020-07-25 11:13:42 +02:00

17 lines
197 B
Plaintext

zf200724.1053
print(ztime())
dsleep_on()
zcat_logs_ap_wifi()
print(node.bootreason())
print("le flag est à "..rtcmem.read32(10))
f= "wifi_info.lua" if file.exists(f) then dofile(f) end