Rename hardware/tici/ -> hardware/comma/ (#38580)

This commit is contained in:
Adeeb Shihadeh
2026-08-07 18:49:27 -07:00
committed by GitHub
parent a75cd2d277
commit cbda3f7994
32 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if __name__ == "__main__":
parser.add_argument("device", help="device name or dongle id")
parser.add_argument("--host", help="ssh jump server host", default="ssh.comma.ai")
parser.add_argument("--port", help="ssh jump server port", default=22, type=int)
parser.add_argument("--key", help="ssh key", default=os.path.join(BASEDIR, "openpilot/common/hardware/tici/id_rsa"))
parser.add_argument("--key", help="ssh key", default=os.path.join(BASEDIR, "openpilot/common/hardware/comma/id_rsa"))
parser.add_argument("--debug", help="enable debug output", action="store_true")
args = parser.parse_args()