From f4842cb820f9f399f4713c8ca27e5f1208920aef Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Sat, 13 Dec 2025 21:06:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91interface.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opendbc_repo/opendbc/car/volkswagen/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendbc_repo/opendbc/car/volkswagen/interface.py b/opendbc_repo/opendbc/car/volkswagen/interface.py index 4c40f874..fccea542 100644 --- a/opendbc_repo/opendbc/car/volkswagen/interface.py +++ b/opendbc_repo/opendbc/car/volkswagen/interface.py @@ -52,7 +52,7 @@ class CarInterface(CarInterfaceBase): if any(msg in fingerprint[1] for msg in (0x40, 0x86, 0xB2, 0xFD)): # Airbag_01, LWI_01, ESP_19, ESP_21 ret.networkLocation = NetworkLocation.gateway else: - ret.networkLocation = NetworkLocation.fwdCamera + ret.networkLocation = NetworkLocation.gateway if 0x126 in fingerprint[2]: # HCA_01 ret.flags |= VolkswagenFlags.STOCK_HCA_PRESENT.value