Skip to content

Commit

Permalink
Adds long-lived Rust server IP
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Jul 13, 2016
1 parent d90f375 commit b8cd1f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/tessel-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ makeCommand('run')
help: 'Deploy a project containing all files within, including those not used by the program, excluding any files matched by non-negated rules in .tesselignore and including any files matched by rules in .tesselinclude. Program is started from specified file.'
})
.option('rustcc', {
// TODO: make this point to a long-lived server somewhere
default: 'http://localhost:8080',
default: 'http://192.241.138.79:49160',
help: 'Specify the location and port of the Rust cross-compilation server.'
})
.help(`
Expand Down Expand Up @@ -255,6 +254,10 @@ makeCommand('push')
default: false,
help: 'Deploy a project containing all files within, including those not used by the program, excluding any files matched by non-negated rules in .tesselignore and including any files matched by rules in .tesselinclude. Program is started from specified file.'
})
.option('rustcc', {
default: 'http://192.241.138.79:49160',
help: 'Specify the location and port of the Rust cross-compilation server.'
})
.help(`
Pushes the file/dir to Flash memory to be run anytime the Tessel is powered,
runs the file immediately once the file is copied over.
Expand Down

0 comments on commit b8cd1f3

Please sign in to comment.