From 73f51e3e3588f37c01c02c9e1d6e6b91b6d2d8f5 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Sun, 4 Aug 2024 08:12:31 -0700 Subject: [PATCH] drivers_py: Disable CEC server on nuc --- oasis_drivers_py/launch/drivers_launch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/oasis_drivers_py/launch/drivers_launch.py b/oasis_drivers_py/launch/drivers_launch.py index bc176118..305191d5 100644 --- a/oasis_drivers_py/launch/drivers_launch.py +++ b/oasis_drivers_py/launch/drivers_launch.py @@ -66,8 +66,6 @@ elif HOSTNAME == "netbook": ENABLE_DISPLAY = True ENABLE_VIDEO = False -elif HOSTNAME == "nuc": - ENABLE_CEC = True print(f"Launching on {HOSTNAME}")