Files
StarPilot/selfdrive/loggerd/config.py
T
Vehicle Researcher 79ca8c9ec9 openpilot release
old-commit-hash: e94a30bec0
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