Files
StarPilot/selfdrive/loggerd/config.py
T
Vehicle Researcher e94a30bec0 openpilot release
2016-11-29 18:34:21 -08:00

10 lines
163 B
Python

import os
# fetch from environment
DONGLE_ID = os.getenv("DONGLE_ID")
DONGLE_SECRET = os.getenv("DONGLE_SECRET")
ROOT = '/sdcard/realdata/'
SEGMENT_LENGTH = 60