From 3a17e0c57c38f60004bbe5aeb837f5914118b5ed Mon Sep 17 00:00:00 2001 From: Mit4el Date: Sat, 23 Nov 2024 20:31:16 +0300 Subject: [PATCH] fix bk7231n --- platformio.ini | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 4e18d664..d43eff2e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -391,7 +391,7 @@ build_flags = -Desp32c6_4mb="esp32c6_4mb" -DARDUINO_USB_CDC_ON_BOOT=0 -DARDUINO_USB_MODE=0 - -Wl,--wrap=esp_panic_handler + -Wl,--wrap=esp_panic_handler framework = arduino board = esp32-c6-devkitm-1 platform = espressif32 @6.9.0 @@ -421,7 +421,7 @@ build_flags = -Desp32c6_4mb="esp32c6_4mb" -DARDUINO_USB_CDC_ON_BOOT=0 -DARDUINO_USB_MODE=0 - -Wl,--wrap=esp_panic_handler + -Wl,--wrap=esp_panic_handler framework = arduino board = esp32-c6-devkitc-1 platform = espressif32 @6.9.0 @@ -457,6 +457,7 @@ custom_fw_version = 0.0.1 upload_speed = 115200 monitor_speed = 115200 build_flags = + -Dbk7231n="bk7231n" -DLT_LOGLEVEL=LT_LEVEL_DEBUG -DLT_DEBUG_ALL=1 -DPROJECT_DATA_DIR="data_svelte" @@ -1072,6 +1073,10 @@ build_src_filter = + + + + + + + + + + + + +