Skip to content

Commit

Permalink
git config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gernby committed Feb 22, 2019
1 parent 4712458 commit 5a0aae3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ a.out
*.vcd
config.json
clcache
.vscode/*.json

board/obj/
selfdrive/boardd/boardd
Expand Down
25 changes: 21 additions & 4 deletions .vscode/sftp.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
{
"name": "HomeWiFi",
"host": "192.168.1.33",
"protocol": "sftp",
"port": 8022,
"username": "root",
"remotePath": "/",
"privateKeyPath": "~/.ssh/openpilot2_rsa",
"uploadOnSave": true
"uploadOnSave": true,
"autoUpload": true,
"profiles": {
"Home-OpenPilot": {
"host": "192.168.1.33",
"remotePath": "/data/openpilot"
},
"Home-EON": {
"host": "192.168.1.33",
"remotePath": "/"
},
"Hotspot-OpenPilot": {
"host": "192.168.1.33",
"remotePath": "/data/openpilot"
},
"Hotspot-EON": {
"host": "192.168.43.1",
"remotePath": "/"
},
"defaultProfile": "Home-EON"
}
}

0 comments on commit 5a0aae3

Please sign in to comment.