|
|
@ -7,10 +7,10 @@ from pathlib import Path |
|
|
|
from datetime import datetime, timedelta, UTC |
|
|
|
from datetime import datetime, timedelta, UTC |
|
|
|
from openpilot.common.api import api_get |
|
|
|
from openpilot.common.api import api_get |
|
|
|
from openpilot.common.params import Params |
|
|
|
from openpilot.common.params import Params |
|
|
|
from openpilot.common.spinner import Spinner |
|
|
|
|
|
|
|
from openpilot.selfdrive.selfdrived.alertmanager import set_offroad_alert |
|
|
|
from openpilot.selfdrive.selfdrived.alertmanager import set_offroad_alert |
|
|
|
from openpilot.system.hardware import HARDWARE, PC |
|
|
|
from openpilot.system.hardware import HARDWARE, PC |
|
|
|
from openpilot.system.hardware.hw import Paths |
|
|
|
from openpilot.system.hardware.hw import Paths |
|
|
|
|
|
|
|
from openpilot.system.ui.spinner import Spinner |
|
|
|
from openpilot.common.swaglog import cloudlog |
|
|
|
from openpilot.common.swaglog import cloudlog |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|