fixing recursion issues
This commit is contained in:
6
autostart/run_client.sh
Normal file
6
autostart/run_client.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
sleep 15 # gpio not inited right after boot?
|
||||
|
||||
cd /home/pi/AIO/
|
||||
VE/bin/python3 client.py
|
6
autostart/run_server.sh
Normal file
6
autostart/run_server.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
sleep 15 # gpio not inited right after boot?
|
||||
|
||||
cd /home/pi/AIO/
|
||||
VE/bin/python3 server.py
|
Reference in New Issue
Block a user