Add 60 sec sleep to connect to Wifi

This commit is contained in:
lolouk44 2020-11-23 13:12:40 +00:00
parent 6c986a7b2f
commit 04271c89af

View file

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
sleep 60 # Give the system time after a reboot to connect to WiFi before continuing
export MISCALE_MAC=00:00:00:00:00:00 # Mac address of your scale export MISCALE_MAC=00:00:00:00:00:00 # Mac address of your scale
export MQTT_PREFIX=miScale export MQTT_PREFIX=miScale