From 50f4b6f94e1ea5d1e99228050c5007b739141580 Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Wed, 7 Feb 2024 00:14:55 +0100 Subject: [PATCH] USER_LED_ON_LEVEL=LOW --- boards/esp32cam_ai_thinker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/esp32cam_ai_thinker.json b/boards/esp32cam_ai_thinker.json index 730de2f..7db7f1d 100644 --- a/boards/esp32cam_ai_thinker.json +++ b/boards/esp32cam_ai_thinker.json @@ -10,7 +10,7 @@ "'-D BOARD_HAS_PSRAM'", "'-mfix-esp32-psram-cache-issue'", "'-D USER_LED_GPIO=33'", - "'-D USER_LED_ON_LEVEL=HIGH'", + "'-D USER_LED_ON_LEVEL=LOW'", "'-D CAMERA_CONFIG_PIN_PWDN=32'", "'-D CAMERA_CONFIG_PIN_RESET=GPIO_NUM_NC'", "'-D CAMERA_CONFIG_PIN_XCLK=0'",