Revert "ui: sunnypilot offroad UI" (#511)

Revert "ui: sunnypilot offroad UI (#500)"

This reverts commit 3717a111af.
This commit is contained in:
Jason Wen
2025-01-03 11:02:19 -05:00
committed by GitHub
parent 3717a111af
commit 0e264e1b05
60 changed files with 52 additions and 1956 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ function run_tests() {
if [[ -z "$FAST" ]]; then
run "mypy" mypy $PYTHON_FILES
run "codespell" codespell $ALL_FILES --ignore-words=$ROOT/.codespellignore
run "codespell" codespell $ALL_FILES
fi
return $FAILED