diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 57a373c944..a99dacd417 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -5,6 +5,7 @@ sunnypilot - 0.9.7.0 (2024-xx-xx) ************************ * UPDATED: Synced with commaai's openpilot * master commit 56e343b (February 27, 2024) +* UPDATED: Bumping mapd by pfeiferj to version 1.9.0. (https://github.com/pfeiferj/mapd/releases/tag/v1.9.0) * NEW❗: Config Backup (Alpha access only for GitHub Sponsors and Patreon supporters) * Remotely back up and restore sunnypilot settings easily * Device registration with sunnylink ensures a secure, integrated experience across services diff --git a/selfdrive/manager/mapd_installer.py b/selfdrive/manager/mapd_installer.py index ec11e4aeb1..c66336750a 100755 --- a/selfdrive/manager/mapd_installer.py +++ b/selfdrive/manager/mapd_installer.py @@ -14,7 +14,7 @@ from common.params import Params from openpilot.selfdrive.mapd_manager import COMMON_DIR, MAPD_PATH, MAPD_BIN_DIR from openpilot.system.version import is_prebuilt -VERSION = 'v1.8.0' +VERSION = 'v1.9.0' URL = f"https://github.com/pfeiferj/openpilot-mapd/releases/download/{VERSION}/mapd" diff --git a/third_party/pfeiferj-mapd/mapd b/third_party/pfeiferj-mapd/mapd index 4d07be8f32..d24d9b757f 100755 Binary files a/third_party/pfeiferj-mapd/mapd and b/third_party/pfeiferj-mapd/mapd differ