From abe91823c05bc4ee93d183288f264f04fa31814c Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 17 Sep 2023 19:29:54 +0200 Subject: [PATCH] Build firmwares with -eddsa1 suffix. Signed-off-by: Pol Henarejos --- build_pico_fido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_pico_fido.sh b/build_pico_fido.sh index 1e51c67..d5a8743 100755 --- a/build_pico_fido.sh +++ b/build_pico_fido.sh @@ -1,7 +1,7 @@ #!/bin/bash VERSION_MAJOR="5" -VERSION_MINOR="6" +VERSION_MINOR="6-eddsa1" rm -rf release/* cd build_release