From 7b4f4c056a329ad22bd45b5728ea22ac5c86f79a Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Wed, 7 Feb 2024 02:09:06 +0100 Subject: [PATCH] Typo --- boards/esp32cam_m5stack_camera_psram.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/esp32cam_m5stack_camera_psram.json b/boards/esp32cam_m5stack_camera_psram.json index 986610a..00f47de 100644 --- a/boards/esp32cam_m5stack_camera_psram.json +++ b/boards/esp32cam_m5stack_camera_psram.json @@ -30,8 +30,8 @@ "'-D CAMERA_CONFIG_LEDC_CHANNEL=LEDC_CHANNEL_0'", "'-D CAMERA_CONFIG_FB_COUNT=2'", "'-D CAMERA_CONFIG_FB_LOCATION=CAMERA_FB_IN_PSRAM'", - "'-D GROVE_SDA=13", - "'-D GROVE_SCL=4" + "'-D GROVE_SDA=13'", + "'-D GROVE_SCL=4'" ], "f_cpu": "240000000L", "f_flash": "40000000L",