From f03492e2cf8e37daf5c4b258872023a917f3b4f2 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 3 Jun 2023 00:04:08 -0400 Subject: [PATCH] Retain hotspot/tethering state across reboots prerequisites --- common/params.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/common/params.cc b/common/params.cc index 1c7b13ba9b..096512e8d4 100644 --- a/common/params.cc +++ b/common/params.cc @@ -251,6 +251,7 @@ std::unordered_map keys = { {"GpxDeleteIfUploaded", PERSISTENT}, {"HandsOnWheelMonitoring", PERSISTENT}, {"HideVEgoUi", PERSISTENT}, + {"HotspotOnBoot", PERSISTENT}, {"LastCarModel", PERSISTENT}, {"LastSpeedLimitSignTap", PERSISTENT}, {"LiveTorque", PERSISTENT},