Files
StarPilot/selfdrive/loggerd/config.py
T
2017-01-10 11:10:04 -08:00

10 lines
178 B
Python

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