This commit is contained in:
2022-06-05 15:56:40 +02:00
parent 8e53b4346b
commit 5405db9e7e
4 changed files with 9 additions and 12 deletions

View File

@@ -28,8 +28,8 @@ if __name__ == "__main__":
verbose = args.verbose
proj = ProjectorSerial()
extr = ExtronSerial()
proj = ProjectorSerial(verbose)
extr = ExtronSerial(verbose)
if args.input:
proj.power_on()