Update Readme

This commit is contained in:
Ollo 2021-02-10 21:51:11 +01:00
parent 712ddaafeb
commit 3059744dd7
2 changed files with 10 additions and 2 deletions

View File

@ -19,9 +19,17 @@ node.restart()
Then disconnect the serial terminal and copy the required files to the microcontroller:
<pre>
./tools/initialFlash.sh /dev/ttyUSB0
./tools/initialDietFlash.sh /dev/ttyUSB0
</pre>
Install the optional packages:
<pre>
./tools/initialDietFlash.sh /dev/ttyUSB0 mqtt.lua
./tools/initialDietFlash.sh /dev/ttyUSB0 ds18b20.lua
</pre>
### Upgrade
Determine the IP address of your clock and execute the following script:

View File

@ -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