From e2e94b48e3ab56d2e9ce42183a2cdaf5d4bc7c11 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 5 May 2025 22:09:53 +0200 Subject: [PATCH] Comments --- internal_filesystem/apps/com.example.camtest/assets/camtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/apps/com.example.camtest/assets/camtest.py b/internal_filesystem/apps/com.example.camtest/assets/camtest.py index 58485a33..0a17760c 100644 --- a/internal_filesystem/apps/com.example.camtest/assets/camtest.py +++ b/internal_filesystem/apps/com.example.camtest/assets/camtest.py @@ -136,7 +136,7 @@ try_capture() import time while appscreen == lv.screen_active(): try_capture() - time.sleep_ms(100) # Allow for the MicroPython REPL to still work + time.sleep_ms(100) # Allow for the MicroPython REPL to still work. Reducing it doesn't seem to affect the on-display FPS. print("App backgrounded, deinitializing camera...") cam.deinit()