web ui command updates

This commit is contained in:
Chuck
2025-05-31 18:05:46 -05:00
parent 3562e9c3a2
commit 9877cbff81

View File

@@ -335,8 +335,8 @@ def run_action_route():
explanation_msg = ""
if action == 'start_display':
command = "bash start_display.sh"
explanation_msg = "Starts the LED matrix display by executing the start_display.sh script."
command = "sudo python display_controller.py"
explanation_msg = "Starts the LED matrix display by directly running display_controller.py with sudo."
elif action == 'stop_display':
command = "bash stop_display.sh"
explanation_msg = "Stops the LED matrix display by executing the stop_display.sh script."