summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-07-24 14:33:50 -0300
committerSebastian <sebasjm@gmail.com>2022-07-24 14:33:50 -0300
commit0344dbd3fea94f29009d599279d5797ed2add452 (patch)
tree44f14c65fc777c34c4618f8434f1911c43ba2f44 /Makefile
parent1c35f6a85eba4eb91c0918fe7bcaf286c7e96a98 (diff)
downloadmch2022-0344dbd3fea94f29009d599279d5797ed2add452.tar.gz
mch2022-0344dbd3fea94f29009d599279d5797ed2add452.tar.bz2
mch2022-0344dbd3fea94f29009d599279d5797ed2add452.zip
retry when there is an error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99ea022..c7e84f0 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ build:
source "$(IDF_PATH)/export.sh" && idf.py build
install: build
- python3 tools/webusb_push.py "Template App" build/main.bin --run
+ python3 tools/webusb_push.py "GNU Taler Merchant" build/main.bin --run
monitor:
source "$(IDF_PATH)/export.sh" && idf.py monitor -p $(PORT)