a couple of fixes and daemon=True disabled

This commit is contained in:
2019-07-27 23:56:19 +01:00
parent cab0aec533
commit b6077b0ec8
8 changed files with 18 additions and 15 deletions

View File

@ -23,5 +23,5 @@ class MyRS485(serial.Serial):
if self.buf[0] & termios.TIOCSER_TEMT:
break
# wiringpi.digitalWrite(DE_PIN, wiringpi.LOW)
Pins.pinsWrite('DE', False
Pins.pinsWrite('DE', False)