fixing recursion issues

This commit is contained in:
Remy Moll
2021-07-12 18:42:14 +02:00
parent a3d8a3543d
commit b457999d3d
13 changed files with 44 additions and 80 deletions

6
autostart/run_client.sh Normal file
View 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
View File

@@ -0,0 +1,6 @@
#!/bin/bash
sleep 15 # gpio not inited right after boot?
cd /home/pi/AIO/
VE/bin/python3 server.py