From eaa0b44f71ece463abb38d4c6eb14af5087af565 Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Mon, 7 Jul 2025 20:40:46 -0700 Subject: [PATCH] We can revert this after dev-c3-new testing and ready to merge. --- sunnypilot/models/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/models/helpers.py b/sunnypilot/models/helpers.py index a614447ceb..61a7e1a006 100644 --- a/sunnypilot/models/helpers.py +++ b/sunnypilot/models/helpers.py @@ -19,7 +19,7 @@ from openpilot.system.hardware import PC from openpilot.system.hardware.hw import Paths from pathlib import Path -CURRENT_SELECTOR_VERSION = 6 +CURRENT_SELECTOR_VERSION = 7 REQUIRED_MIN_SELECTOR_VERSION = 5 USE_ONNX = os.getenv('USE_ONNX', PC)