diff --git a/selfdrive/dragonpilot/appd/appd.py b/selfdrive/dragonpilot/appd/appd.py index c216c8c69..1282c1fa8 100644 --- a/selfdrive/dragonpilot/appd/appd.py +++ b/selfdrive/dragonpilot/appd/appd.py @@ -14,7 +14,7 @@ params = Params() tomtom = "com.tomtom.speedcams.android.map" tomtom_main = "com.tomtom.speedcams.android.activities.SpeedCamActivity" -# v4.1.0.20047 +# v4.3.0.600100 Beta autonavi = "com.autonavi.amapauto" autonavi_main = "com.autonavi.amapauto.MainMapActivity" @@ -169,4 +169,4 @@ def system(cmd): returncode=e.returncode) if __name__ == "__main__": - main() \ No newline at end of file + main()