marcraft2 / tesla-carplay

Carplay Raspberry Pi Wi-Fi Hotspot Web Server for Tesla.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgrade from v0.2 to v0.3

marcraft2 opened this issue · comments

commented

Update the bluetooth settings so that your tesla is the default device for the Raspbserry Pi.
To do this, edit the asound.conf and /etc/environment file according to tesla-doc.md
And consider running alsactl init after restarting.

Pour mettre a jour le code de tesla-carplay vous devez faire les commande suivant :

cd /root/
rm -rf tesla-carplay
rm -rf /var/www/carplay/*
git clone https://github.com/marcdubois71450/tesla-carplay.git
cd tesla-carplay
cp static/* /var/www/carplay/
npm i
reboot