Commencé le projet psychrometre pour l'étallonage d'hygromètres

This commit is contained in:
Christian Zufferey
2019-12-02 19:38:54 +01:00
parent 65b70e1115
commit 9d80bfed26
40 changed files with 2269 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
#ATTENTION: c'est pour ma structure, il faudra donc l'adapter
#zf191201.2321
#zf191202.1937
#test si l'argument est vide
@@ -11,8 +11,14 @@ if [ -z "$1" ]
then
echo -e "\nSyntax:
Pour le dernier firmware à la mode:
./zflash.sh ../../Firmware/nodemcu-master-16-modules-2019-12-01-22-17-07-float.bin
Pour l'ancien qui supporte encore le DS18B20:
./zflash.sh ../../Firmware/nodemcu-master-20-modules-2019-06-01-12-50-39-float.bin
"
exit
fi