diff --git a/Readme.md b/Readme.md index 4b0038d..55e8c3f 100644 --- a/Readme.md +++ b/Readme.md @@ -19,9 +19,17 @@ node.restart() Then disconnect the serial terminal and copy the required files to the microcontroller:
-./tools/initialFlash.sh /dev/ttyUSB0 +./tools/initialDietFlash.sh /dev/ttyUSB0+Install the optional packages: +
+./tools/initialDietFlash.sh /dev/ttyUSB0 mqtt.lua +./tools/initialDietFlash.sh /dev/ttyUSB0 ds18b20.lua ++ + + ### Upgrade Determine the IP address of your clock and execute the following script: diff --git a/tools/Readme.md b/tools/Readme.md index 98c23cc..82058d8 100644 --- a/tools/Readme.md +++ b/tools/Readme.md @@ -1,5 +1,5 @@ # luatool.py -**Not** supported with python 3.x +Version 0.8.0 upgraded supported with python 3.x ## Source: https://github.com/4refr0nt/luatool/tree/master/luatool # LuaSrcDiet