Skip to content

Commit

Permalink
added scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmaa committed Mar 4, 2023
1 parent e825007 commit 93fd1f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions run.bat → scripts/build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
arduino-cli compile main --profile orca -u -p COM3
cargo build --release
"./target/release/orca-iot"
cargo build --release
File renamed without changes.
1 change: 1 addition & 0 deletions scripts/run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"./target/release/orca-iot"
2 changes: 2 additions & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
stty -F /dev/ttyACM0 speed 115200 -ignbrk -ignpar
"./target/release/orca-iot"

0 comments on commit 93fd1f0

Please sign in to comment.