fix(scanner): fixes to be more clear that you need to scan a command to start

closes #16
This commit is contained in:
2026-05-11 15:40:49 -05:00
parent 51026e3e2c
commit 05758791be
2 changed files with 7 additions and 3 deletions

View File

@@ -15,8 +15,8 @@
"foregroundImage": "./assets/adaptive-icon-white.png", "foregroundImage": "./assets/adaptive-icon-white.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"versionCode": 32, "versionCode": 33,
"minSupportedVersionCode": 26, "minSupportedVersionCode": 33,
"predictiveBackGestureEnabled": false, "predictiveBackGestureEnabled": false,
"package": "net.alpla.lst.mobile" "package": "net.alpla.lst.mobile"
}, },

View File

@@ -195,7 +195,11 @@ export default function LSTScanner() {
{!lastScan ? ( {!lastScan ? (
<View style={{ marginTop: 10, alignItems: "center" }}> <View style={{ marginTop: 10, alignItems: "center" }}>
<Text className="text-xl font-bold">Ready to scan</Text> <Text className="text-xl font-bold">Ready to scan</Text>
<Text>Waiting for first scan...</Text> <Text>Please Scan a command to start scanning...</Text>
<Text className="text-sm">
Scanning a label could cause errors due to incorrect previous
command scanned
</Text>
</View> </View>
) : ( ) : (
<View <View