Skip to content

Commit d0e5469

Browse files
Camera app: improve QR scanning help text
1 parent 86f4519 commit d0e5469

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/apps/com.micropythonos.camera/assets

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CameraApp(Activity):
2121
height = 240
2222

2323
status_label_text = "No camera found."
24-
status_label_text_searching = "Searching QR codes...\n\nHold still and try varying scan distance (10-20cm) and QR size (6-12cm). Ensure proper lighting."
24+
status_label_text_searching = "Searching QR codes...\n\nHold still and try varying scan distance (10-25cm) and QR size (4-12cm). Ensure proper lighting."
2525
status_label_text_found = "Decoding QR..."
2626

2727
cam = None

0 commit comments

Comments
 (0)