old-commit-hash: debea351fa
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent c41e23070b
commit 344bad2183
  1. 1
      RELEASES.md
  2. 8
      installer/updater/update.json
  3. 2
      launch_env.sh

@ -1,5 +1,6 @@
Version 0.8.5 (2021-XX-XX) Version 0.8.5 (2021-XX-XX)
======================== ========================
* NEOS update: improved reliability and stability
* Smart model-based Forward Collision Warning * Smart model-based Forward Collision Warning
* Hyundai Elantra 2021 support thanks to CruiseBrantley! * Hyundai Elantra 2021 support thanks to CruiseBrantley!
* Lexus UX Hybrid 2019 support thanks to brianhaugen2! * Lexus UX Hybrid 2019 support thanks to brianhaugen2!

@ -1,7 +1,7 @@
{ {
"ota_url": "https://commadist.azureedge.net/neosupdate/ota-signed-969e22c42e5c6314e54bc3ccaa5c6a684f3130a53a7a70e0cea9f1453ceb0b06.zip", "ota_url": "https://commadist.azureedge.net/neosupdate/ota-signed-c4f56c62c5603c86e2ae9d83008a8d42a91319979661d0c42fb97b85d9112266.zip",
"ota_hash": "969e22c42e5c6314e54bc3ccaa5c6a684f3130a53a7a70e0cea9f1453ceb0b06", "ota_hash": "c4f56c62c5603c86e2ae9d83008a8d42a91319979661d0c42fb97b85d9112266",
"recovery_url": "https://commadist.azureedge.net/neosupdate/recovery-9c784a24826c25df315d0ace864224478e9c0e86b904f5d1f8e18ea1037e842b.img", "recovery_url": "https://commadist.azureedge.net/neosupdate/recovery-c5db3790c3b09756e8e896187ddb3f1258315eb0a86030468baa187b84a3bbf5.img",
"recovery_len": 15209772, "recovery_len": 15209772,
"recovery_hash": "9c784a24826c25df315d0ace864224478e9c0e86b904f5d1f8e18ea1037e842b" "recovery_hash": "c5db3790c3b09756e8e896187ddb3f1258315eb0a86030468baa187b84a3bbf5"
} }

@ -7,7 +7,7 @@ export OPENBLAS_NUM_THREADS=1
export VECLIB_MAXIMUM_THREADS=1 export VECLIB_MAXIMUM_THREADS=1
if [ -z "$REQUIRED_NEOS_VERSION" ]; then if [ -z "$REQUIRED_NEOS_VERSION" ]; then
export REQUIRED_NEOS_VERSION="16.2" export REQUIRED_NEOS_VERSION="17"
fi fi
if [ -z "$AGNOS_VERSION" ]; then if [ -z "$AGNOS_VERSION" ]; then

Loading…
Cancel
Save