openpilot v0.2 release

This commit is contained in:
Vehicle Researcher
2016-12-12 17:47:46 -08:00
parent a7e099c946
commit 449b482cc3
47 changed files with 1847 additions and 1355 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ import requests
def api_get(endpoint, method='GET', timeout=None, **params):
backend = "https://api.commadotai.com/"
params['_version'] = "OPENPILOTv0.0"
params['_version'] = "OPENPILOTv0.2"
return requests.request(method, backend+endpoint, timeout=timeout, params=params)