From 3059744dd71b14a4db3734c0e56f450f30485e10 Mon Sep 17 00:00:00 2001 From: Ollo Date: Wed, 10 Feb 2021 21:51:11 +0100 Subject: [PATCH] Update Readme --- Readme.md | 10 +++++++++- tools/Readme.md | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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