Update Readme
This commit is contained in:
parent
712ddaafeb
commit
3059744dd7
10
Readme.md
10
Readme.md
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user