feat: launch_openpilot.sh 启动时自动写入HasAcceptedTerms/CompletedTrainingVersion/IsMetric
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo -n "2" > /data/params/d/HasAcceptedTerms
|
||||
echo -n "0.2.0" > /data/params/d/CompletedTrainingVersion
|
||||
echo -n "1" > /data/params/d/IsMetric
|
||||
|
||||
exec ./launch_chffrplus.sh
|
||||
|
||||
Reference in New Issue
Block a user