From a7463464c299f45c49f287a97f81506d9ed8eadb Mon Sep 17 00:00:00 2001 From: Claude Worker claude2 Date: Thu, 11 Jun 2026 02:57:05 +0200 Subject: [PATCH] docs: correct sensor comment to OV3660 --- idf_zacus/components/local_puzzles/include/qr_puzzle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idf_zacus/components/local_puzzles/include/qr_puzzle.h b/idf_zacus/components/local_puzzles/include/qr_puzzle.h index 4e4fcb5..3395485 100644 --- a/idf_zacus/components/local_puzzles/include/qr_puzzle.h +++ b/idf_zacus/components/local_puzzles/include/qr_puzzle.h @@ -1,4 +1,4 @@ -// qr_puzzle.h — camera-based QR sequence puzzle for the OV2640 on the +// qr_puzzle.h — camera-based QR sequence puzzle for the OV3660 on the // Freenove ESP32-S3 Media Kit. Uses esp32-camera (QVGA grayscale) + quirc. // // qr_puzzle_start: initialise the camera, spawn the scan task, and register