Dû refaire un nouveau firmware, mais du coup mon luatool.py ne fonctionne plus :-(
This commit is contained in:
BIN
Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.bin
Normal file
BIN
Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.bin
Normal file
Binary file not shown.
BIN
Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.pdf
Normal file
BIN
Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.pdf
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user