Updating run script

master
Ryan Summers 2021-08-05 15:23:47 +02:00
parent 0dfdc5808a
commit 55c211631b
3 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
/target /target
docs/_site/ docs/_site/
**/*.pyc

View File

@ -13,7 +13,7 @@ set -eux
# Set up python for testing # Set up python for testing
python3 -m venv --system-site-packages py python3 -m venv --system-site-packages py
. py/bin/activate . py/bin/activate
python3 -m pip install -r requirements.txt python3 -m pip install miniconf-py/
cargo flash --chip STM32H743ZITx --elf target/thumbv7em-none-eabihf/release/dual-iir cargo flash --chip STM32H743ZITx --elf target/thumbv7em-none-eabihf/release/dual-iir

View File

@ -1 +0,0 @@
gmqtt