nodemecu/raspberry/test

14 lines
116 B
Text
Raw Normal View History

2022-03-08 19:02:27 +00:00
#!/bin/bash
if timeout 1 python arduinos.py 0x05; then
echo respondio
else
echo "No respondio, erro $?"
fi