Dû refaire un nouveau firmware, mais du coup mon luatool.py ne fonctionne plus :-(

This commit is contained in:
Christian Zufferey
2019-10-21 09:39:51 +02:00
parent f2d779616b
commit 2e9f01b498
4 changed files with 5 additions and 5 deletions

View File

@@ -50,8 +50,8 @@ else
end
end)
end
dofile("websocket.lc")
dofile("main.lc")
dofile("websocket.lua")
dofile("main.lua")
if file.exists("userinit.lua") then
--[[
0, power-on

View File

@@ -3,15 +3,15 @@
#ATTENTION: c'est pour ma structure, il faudra donc l'adapter
#zf190706.1348
#zf191021.0935
#test si l'argument est vide
if [ -z "$1" ]
then
echo -e "\nSyntax:
echo -e "\nSyntax:
./zflash.sh ../../Firmware/nodemcu-master-20-modules-2019-07-01-06-35-13-float.bin
./zflash.sh ../../Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.bin
"
exit