mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
fix bk7231n
This commit is contained in:
@@ -391,7 +391,7 @@ build_flags =
|
|||||||
-Desp32c6_4mb="esp32c6_4mb"
|
-Desp32c6_4mb="esp32c6_4mb"
|
||||||
-DARDUINO_USB_CDC_ON_BOOT=0
|
-DARDUINO_USB_CDC_ON_BOOT=0
|
||||||
-DARDUINO_USB_MODE=0
|
-DARDUINO_USB_MODE=0
|
||||||
-Wl,--wrap=esp_panic_handler
|
-Wl,--wrap=esp_panic_handler
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = esp32-c6-devkitm-1
|
board = esp32-c6-devkitm-1
|
||||||
platform = espressif32 @6.9.0
|
platform = espressif32 @6.9.0
|
||||||
@@ -421,7 +421,7 @@ build_flags =
|
|||||||
-Desp32c6_4mb="esp32c6_4mb"
|
-Desp32c6_4mb="esp32c6_4mb"
|
||||||
-DARDUINO_USB_CDC_ON_BOOT=0
|
-DARDUINO_USB_CDC_ON_BOOT=0
|
||||||
-DARDUINO_USB_MODE=0
|
-DARDUINO_USB_MODE=0
|
||||||
-Wl,--wrap=esp_panic_handler
|
-Wl,--wrap=esp_panic_handler
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = esp32-c6-devkitc-1
|
board = esp32-c6-devkitc-1
|
||||||
platform = espressif32 @6.9.0
|
platform = espressif32 @6.9.0
|
||||||
@@ -457,6 +457,7 @@ custom_fw_version = 0.0.1
|
|||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
build_flags =
|
build_flags =
|
||||||
|
-Dbk7231n="bk7231n"
|
||||||
-DLT_LOGLEVEL=LT_LEVEL_DEBUG
|
-DLT_LOGLEVEL=LT_LEVEL_DEBUG
|
||||||
-DLT_DEBUG_ALL=1
|
-DLT_DEBUG_ALL=1
|
||||||
-DPROJECT_DATA_DIR="data_svelte"
|
-DPROJECT_DATA_DIR="data_svelte"
|
||||||
@@ -1072,6 +1073,10 @@ build_src_filter =
|
|||||||
+<modules/virtual/Timer>
|
+<modules/virtual/Timer>
|
||||||
+<modules/virtual/Variable>
|
+<modules/virtual/Variable>
|
||||||
+<modules/virtual/VButton>
|
+<modules/virtual/VButton>
|
||||||
|
+<modules/sensors/AnalogAdc>
|
||||||
+<modules/sensors/BL0937>
|
+<modules/sensors/BL0937>
|
||||||
|
+<modules/exec/AnalogBtn>
|
||||||
|
+<modules/exec/ButtonIn>
|
||||||
|
+<modules/exec/ButtonOut>
|
||||||
+<modules/exec/TelegramLT>
|
+<modules/exec/TelegramLT>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user