From 2284ed83bef140dc93af9eb68e897faabba28124 Mon Sep 17 00:00:00 2001 From: Ellie <64124388+ell1e@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:22:15 +0200 Subject: [PATCH] Output the detected architecture --- Bin/uconsole_keyboard_flash/maple_upload | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bin/uconsole_keyboard_flash/maple_upload b/Bin/uconsole_keyboard_flash/maple_upload index 6b038c8..a382d53 100755 --- a/Bin/uconsole_keyboard_flash/maple_upload +++ b/Bin/uconsole_keyboard_flash/maple_upload @@ -40,11 +40,13 @@ if [ $architecture = "unknown" ]; then exit fi - if [ $# -lt 4 ]; then echo "Usage: $0 $# " >&2 exit 1 fi + +echo "Detected architecture: $architecture" + dummy_port="$1"; altID="$2"; usbID="$3"; binfile="$4"; dummy_port_fullpath="/dev/$1" if [ $# -eq 5 ]; then dfuse_addr="--dfuse-address $5"