There was an error while loading. Please reload this page.
1 parent 9945b84 commit 8a6ea83Copy full SHA for 8a6ea83
script/off.sh
@@ -4,7 +4,7 @@
4
#
5
6
# CHANGE FOR YOUR IP ADDRESS
7
-ESP_IP="192.168.1.83"
+ESP_IP="aurora"
8
9
10
# Make sure the GPIO pin is set LOW. Probably not needed, but doesn't hurt
script/on.sh
@@ -4,12 +4,14 @@
11
curl http://$ESP_IP/gpio/0
12
13
+sleep 1
14
# Turn on the Aurora Master and jump to second pattern
15
curl http://$ESP_IP/gpio/step
16
17
0 commit comments