Bumping mapd to v1.9.0

This commit is contained in:
DevTekVE
2024-04-08 19:08:25 +02:00
parent 913f32a15c
commit a26bb62ed0
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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"
BIN
View File
Binary file not shown.