From 81a994a481de5ed9fcaae83b6c635634971cc777 Mon Sep 17 00:00:00 2001 From: bri3d Date: Sat, 14 Dec 2024 15:04:28 -0700 Subject: [PATCH] mark DQ381 as calibration only --- VW_Flash_GUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VW_Flash_GUI.py b/VW_Flash_GUI.py index 5043bec..50f9e45 100644 --- a/VW_Flash_GUI.py +++ b/VW_Flash_GUI.py @@ -236,7 +236,7 @@ def __init__(self, parent): "Simos 18.1/6", "Simos 18.10", "DQ250-MQB DSG", - "DQ381 DSG UNTESTED", + "DQ381 DSG (CAL ONLY)", "Haldex (4motion) UNTESTED", ] self.module_choice = wx.Choice(self, choices=available_modules)