From c7c5ff19a691f3f289aea089f30fc75db50c1f97 Mon Sep 17 00:00:00 2001 From: Trey Moen <50057480+greatgitsby@users.noreply.github.com> Date: Sun, 7 Jun 2026 09:26:19 -0700 Subject: [PATCH] mdma: remove duplicate "serial" command entry (#605) --- scripts/mdma.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/mdma.py b/scripts/mdma.py index 156112b..e5c0feb 100755 --- a/scripts/mdma.py +++ b/scripts/mdma.py @@ -159,7 +159,6 @@ if __name__ == "__main__": "reboot": (lambda: Mdma().reboot(qdl=False), "reboot comma four into normal boot"), "reboot-qdl": (lambda: Mdma().reboot(qdl=True), "reboot comma four into QDL mode for flashing"), "serial": (lambda: Mdma().serial(), "open the MSM UART console with screen"), - "serial": (lambda: Mdma().serial(), "open the MSM UART console with screen"), "profile-boot": (lambda: Mdma().profile_boot(), "reboot comma four and profile boot time"), }