update
This commit is contained in:
6
old/run_every_10_seconds.sh
Normal file
6
old/run_every_10_seconds.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
/usr/bin/python3 /var/www/moduleair_pro_4g/NPM/write_data.py ttyAMA3 &
|
||||
/usr/bin/python3 /var/www/moduleair_pro_4g/MH-Z19/write_data.py ttyAMA4 &
|
||||
sleep 10
|
||||
done
|
||||
Reference in New Issue
Block a user