Skip to content

Commit

Permalink
[SL] Enable sunnylink by default (sunnypilot#366)
Browse files Browse the repository at this point in the history
Enable Sunnylink by default

Sunnylink was previously conditionally enabled based on build metadata. This change ensures that Sunnylink is enabled by default, facilitating immediate access for all builds.
  • Loading branch information
devtekve authored Jul 31, 2024
1 parent 4d7afe3 commit 9810b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def manager_init() -> None:
("OsmDownloadedDate", "0"),
("OSMDownloadProgress", "{}"),
("SidebarTemperatureOptions", "0"),
("SunnylinkEnabled", "0" if (build_metadata.release_channel or build_metadata.release_sp_channel) else "1"),
("SunnylinkEnabled", "1"),
("SunnylinkDongleId", f"{UNREGISTERED_SUNNYLINK_DONGLE_ID}"),
("CustomDrivingModel", "0"),
("DrivingModelGeneration", "4"),
Expand Down

0 comments on commit 9810b10

Please sign in to comment.