From 21719aa824f0b88ee2bc248347831cb21004a87f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 1 Aug 2022 09:56:20 -0700 Subject: [PATCH] internal installer: set param for disable radar toggle --- selfdrive/ui/installer/installer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/installer/installer.cc b/selfdrive/ui/installer/installer.cc index fe31a2dcb1..ee98c4d3d9 100644 --- a/selfdrive/ui/installer/installer.cc +++ b/selfdrive/ui/installer/installer.cc @@ -182,6 +182,7 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) { std::map params = { {"SshEnabled", "1"}, {"RecordFrontLock", "1"}, + {"DisableRadar_Allow", "1"}, {"GithubSshKeys", SSH_KEYS}, }; for (const auto& [key, value] : params) {