Print build date and time of firmware to upload
This commit is contained in:
parent
cbde8ee11c
commit
cd1e88e6e2
@ -17,6 +17,8 @@ if [ ! -f $firmwareFile ]; then
|
||||
echo "the script $0 must be started in host/ sub directory"
|
||||
exit 2
|
||||
fi
|
||||
echo "Firmware changed:"
|
||||
ls -l $firmwareFile
|
||||
|
||||
mosquitto_pub -h $mqttHost -t "${mqttPrefix}${homieId}/stay/alive/set" -m "1" -r
|
||||
echo "Waiting ..."
|
||||
|
Loading…
Reference in New Issue
Block a user