dreampi: fix paths

This commit is contained in:
Flyinghead 2025-01-24 18:26:44 +01:00
parent bb733323ce
commit 7ef35eaf68
2 changed files with 3 additions and 2 deletions

View File

@ -14,4 +14,5 @@ clean:
rm -f dcnet.o dcnet
install: dcnet
cp dcnet /home/pi/
cp dcnet /home/pi/dreampi/dcnet.rpi

View File

@ -620,7 +620,7 @@ class Modem(object):
logger.info("Call answered!")
#logger.info(subprocess.check_output(["pon", "dreamcast"]).decode())
self.disconnect()
subprocess.check_call(["/home/pi/dcnet"])
subprocess.check_call(["/home/pi/dreampi/dcnet.rpi"])
logger.info("Connection terminated")
self.connect()