Add 60 sec sleep to connect to Wifi
This commit is contained in:
parent
6c986a7b2f
commit
04271c89af
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue