diff --git a/Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.bin b/Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.bin new file mode 100644 index 0000000..089161a Binary files /dev/null and b/Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.bin differ diff --git a/Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.pdf b/Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.pdf new file mode 100644 index 0000000..91b48a9 Binary files /dev/null and b/Firmware/nodemcu-master-20-modules-2019-10-21-07-30-13-float.pdf differ diff --git a/IDE_remote/SocketIDE/atom_plugin/test1/initz.lua b/IDE_remote/SocketIDE/atom_plugin/test1/initz.lua index 0a6d4c1..70c66fb 100644 --- a/IDE_remote/SocketIDE/atom_plugin/test1/initz.lua +++ b/IDE_remote/SocketIDE/atom_plugin/test1/initz.lua @@ -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 diff --git a/zflash.sh b/zflash.sh index 15e7e52..34e117d 100755 --- a/zflash.sh +++ b/zflash.sh @@ -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