We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc27fb9 commit 2c6f57bCopy full SHA for 2c6f57b
ports/espressif/common-hal/esp32_camera/Camera.c
@@ -64,7 +64,7 @@ void common_hal_esp32_camera_camera_construct(
64
if (common_hal_espidf_get_reserved_psram() == 0) {
65
mp_raise_msg(&mp_type_MemoryError, translate(
66
"esp32_camera.Camera requires reserved PSRAM to be configured. "
67
- "See the documentation for instructions.");
+ "See the documentation for instructions."));
68
}
69
for (int i = 0; i < 8; i++) {
70
claim_pin_number(data_pins[i]);
0 commit comments