From 848290d07eaab2ed5ba948bc8dd63338dc070ac1 Mon Sep 17 00:00:00 2001 From: James Vecellio-Grant <159560811+Discountchubbs@users.noreply.github.com> Date: Fri, 21 Nov 2025 21:08:07 -0800 Subject: [PATCH] Update raylib_screenshots.py Removed the parameter setting for 'sunnypilot_ui' in the test. --- selfdrive/ui/tests/test_ui/raylib_screenshots.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/tests/test_ui/raylib_screenshots.py b/selfdrive/ui/tests/test_ui/raylib_screenshots.py index 3cc5b01541..d3de616cc0 100755 --- a/selfdrive/ui/tests/test_ui/raylib_screenshots.py +++ b/selfdrive/ui/tests/test_ui/raylib_screenshots.py @@ -294,7 +294,6 @@ def create_screenshots(): with OpenpilotPrefix(): params = Params() params.put("DongleId", "123456789012345") - params.put_bool("sunnypilot_ui", True) # Set branch name params.put("UpdaterCurrentDescription", VERSION)