Rev 561 | Rev 620 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 561 | Rev 571 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | echo "Vesrion = "$VERSION |
5 | echo "Vesrion = "$VERSION |
Line 6... | Line 6... | ||
6 | 6 | ||
7 | HOME=$(pwd) |
7 | HOME=$(pwd) |
8 | DIST=$HOME/dist |
8 | DIST=$HOME/dist |
9 | TMP=$DIST/tmp |
9 | TMP=$DIST/tmp |
Line 10... | Line 10... | ||
10 | HEXFILE=$HOME/Executables/FlightCtrl/VibrationTest-FC.hex |
10 | HEXFILE=$HOME/Executables/FlightCtrl/Flight-Ctrl_MEGA644p_VibrationTest.hex |
11 | 11 | ||
12 | echo Python Code... |
12 | echo Python Code... |
13 | mkdir $DIST/VibrationTest -p |
13 | mkdir $DIST/VibrationTest -p |