Fixed key number offset bug added yesterday
This commit is contained in:
3
compile-with-docker.sh
Normal file
3
compile-with-docker.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
docker build -t uvk5 .
|
||||
docker run -v $(PWD)/compiled-firmware:/app/compiled-firmware uvk5 /bin/bash -c "cd /app && make && cp firmware* compiled-firmware/"
|
Reference in New Issue
Block a user