From de9c73aba2d487b7d25be94b8c7481218f661736 Mon Sep 17 00:00:00 2001 From: Tempest Date: Fri, 8 Aug 2025 20:34:46 +0700 Subject: [PATCH] Stashed commit --- src/controllerSoftware/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllerSoftware/app.py b/src/controllerSoftware/app.py index 0fb368bf..fd85e8fe 100644 --- a/src/controllerSoftware/app.py +++ b/src/controllerSoftware/app.py @@ -14,7 +14,7 @@ import os # Set to True to run without a physical BLE device for testing purposes. # Set to False to connect to the actual lamp matrix. -DEBUG_MODE = False +DEBUG_MODE = True # --- BLE Device Configuration (Ignored in DEBUG_MODE) --- DEVICE_NAME = "Pupilometer LED Billboard"