Automatically modify code at startup to fine-tune openpilot, sunnypilot, or frogpilot.
- Prevent the official from capturing drive camera recordings.
- Lower the standby shutdown voltage from 11.8V to 11.2V to extend the duration of openpilot in the offroad state.
- Contributions for additional features are welcome
Skip steps 1 & 2 if not using Telegram notifications.
-
Get a Telegram bot token & chat_id: Telegram Bot Token & Chat ID Guide
-
Replace
___TOKEN___and___CHAT_ID___in the commands below with your token & chat_id. Run these in OpenPilot SSH:echo "___TOKEN___" > /data/params/ZzTelegramToken echo "___CHAT_ID___" > /data/params/ZzTelegramChatID
-
Run this command in OpenPilot SSH:
curl -fsSL https://raw.githubusercontent.com/reopenpilot/openpilot-tuner/main/openpilot-tuner.sh | sudo tee /data/continue.sh > /dev/null
bash <(curl -fsSL https://raw.githubusercontent.com/reopenpilot/openpilot-tuner/main/install-tailscale.sh)