This commit is contained in:
root
2025-02-20 15:07:49 +01:00
commit 59133628af
228 changed files with 282657 additions and 0 deletions

6
run_every_10_seconds.sh Normal file
View 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