7 lines
101 B
Bash
7 lines
101 B
Bash
#!/bin/bash
|
|
|
|
sleep 15 # gpio not inited right after boot?
|
|
|
|
cd /home/pi/AIO/
|
|
VE/bin/python3 client.py
|