From 05758791be7a50e90b5da05d4977e618c311f654 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 11 May 2026 15:40:49 -0500 Subject: [PATCH] fix(scanner): fixes to be more clear that you need to scan a command to start closes #16 --- lstMobile/app.json | 4 ++-- lstMobile/src/components/LSTScanner.tsx | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lstMobile/app.json b/lstMobile/app.json index c7865d5..04721f1 100644 --- a/lstMobile/app.json +++ b/lstMobile/app.json @@ -15,8 +15,8 @@ "foregroundImage": "./assets/adaptive-icon-white.png", "backgroundColor": "#ffffff" }, - "versionCode": 32, - "minSupportedVersionCode": 26, + "versionCode": 33, + "minSupportedVersionCode": 33, "predictiveBackGestureEnabled": false, "package": "net.alpla.lst.mobile" }, diff --git a/lstMobile/src/components/LSTScanner.tsx b/lstMobile/src/components/LSTScanner.tsx index 5631a64..320c4c7 100644 --- a/lstMobile/src/components/LSTScanner.tsx +++ b/lstMobile/src/components/LSTScanner.tsx @@ -195,7 +195,11 @@ export default function LSTScanner() { {!lastScan ? ( Ready to scan - Waiting for first scan... + Please Scan a command to start scanning... + + Scanning a label could cause errors due to incorrect previous + command scanned + ) : (