Skip to content

Commit 8a6ea83

Browse files
committed
ssh
1 parent 9945b84 commit 8a6ea83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

script/off.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# CHANGE FOR YOUR IP ADDRESS
7-
ESP_IP="192.168.1.83"
7+
ESP_IP="aurora"
88

99

1010
# Make sure the GPIO pin is set LOW. Probably not needed, but doesn't hurt

script/on.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
#
55

66
# CHANGE FOR YOUR IP ADDRESS
7-
ESP_IP="192.168.1.83"
7+
ESP_IP="aurora"
88

99

1010
# Make sure the GPIO pin is set LOW. Probably not needed, but doesn't hurt
1111
curl http://$ESP_IP/gpio/0
1212

13+
sleep 1
1314
# Turn on the Aurora Master and jump to second pattern
1415
curl http://$ESP_IP/gpio/step
16+
sleep 1
1517
curl http://$ESP_IP/gpio/step

0 commit comments

Comments
 (0)