We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 771992a + e085d96 commit f2e9942Copy full SHA for f2e9942
start_flash.sh
@@ -24,7 +24,7 @@ setup () {
24
echo " Starting web server in a screen"
25
$screen_with_log smarthack-web.log -S smarthack-web -m -d ./fake-registration-server.py
26
echo " Starting Mosquitto in a screen"
27
- $screen_with_log smarthack-mqtt.log -S smarthack-mqtt -m -d mosquitto -v -c $PWD/scripts/mosquitto.conf
+ $screen_with_log smarthack-mqtt.log -S smarthack-mqtt -m -d mosquitto -v -c $PWD/mosquitto.conf
28
echo " Starting PSK frontend in a screen"
29
$screen_with_log smarthack-psk.log -S smarthack-psk -m -d ./psk-frontend.py -v
30
echo " Starting Tuya Discovery in a screen"
0 commit comments