From 4295267b44e8f340c2cb44cbafb36fae9a21a50d Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sun, 2 Sep 2018 23:43:30 -0700 Subject: [PATCH] If the entrypoint is already what I want it to be, ignore error states --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43e2eab..a716a4d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build-feather-test: lint devdeps @echo "===> Flashing entrypoint if it doesn't already exist" @sleep 2 @-timeout -k 5s 10s pipenv run ampy rm main.py 2>/dev/null - @timeout -k 5s 10s pipenv run ampy put entrypoints/feather_nrf52832.py main.py + @-timeout -k 5s 10s pipenv run ampy put entrypoints/feather_nrf52832.py main.py @echo "===> Flashed keyboard successfully!" # Fully wipe the board with only stock CircuitPython