From 747fd3740ca2f457f8b8cea937462ee7b33393ec Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sat, 6 May 2023 02:29:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=AC=20Sets=20debug=20level?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index 9f9f15f..ff22682 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,6 +13,8 @@ platform = espressif32 board = esp32cam monitor_speed = 115200 framework = arduino +build_flags = + -DCORE_DEBUG_LEVEL=3 lib_deps = https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 teckel12/NewPing@^1.9.7