Skip to content

Commit

Permalink
drivers_py: Disable CEC server on nuc
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Aug 4, 2024
1 parent ab75118 commit 73f51e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oasis_drivers_py/launch/drivers_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
elif HOSTNAME == "netbook":
ENABLE_DISPLAY = True
ENABLE_VIDEO = False
elif HOSTNAME == "nuc":
ENABLE_CEC = True


print(f"Launching on {HOSTNAME}")
Expand Down

0 comments on commit 73f51e3

Please sign in to comment.