Refactorisé les dossiers et mon wifi sniffer commence à bien fonctionner

This commit is contained in:
Christian Zufferey
2019-01-19 18:07:03 +01:00
parent ef2662c545
commit 0ec0af8f07
59 changed files with 875 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
-- Scripts pour faire un soft reset
print("\n restart.lua zf181209.1753 \n")
restarttimer1=tmr.create()
tmr.alarm(restarttimer1, 2*1000, tmr.ALARM_SINGLE, function()
node.restart()
end)
print("hello zuzu")