fix ble connection , ok !

This commit is contained in:
feeling001@gmail.com
2026-06-21 11:50:44 +02:00
parent c40d7516b1
commit d44aaa3318
13 changed files with 483 additions and 83 deletions
+8 -2
View File
@@ -10,11 +10,15 @@ default_envs = esp32s3_marine_display
; Common settings shared across environments
; -----------------------------------------------------------------------------
[env]
platform = espressif32 @ ^6.9.0
platform = espressif32 @ ^6
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder, time
monitor_rts = 0
monitor_dtr = 0
; -----------------------------------------------------------------------------
; Production environment
; -----------------------------------------------------------------------------
@@ -29,6 +33,7 @@ board_build.partitions = partitions/custom_ota.csv
; Flash mode: QIO for speed, 80 MHz
board_build.flash_mode = qio
board_build.f_flash = 80000000L
board_upload.flash_size = 4MB
; Enable PSRAM if available on the S3-Zero variant
build_flags =
@@ -51,7 +56,8 @@ build_flags =
-D STATUS_LED_COUNT=1
; ── Misc ──────────────────────────────────────────────────────────────
-D CORE_DEBUG_LEVEL=3
-DCONFIG_NIMBLE_ENABLED=1
-D CONFIG_BT_ENABLED=1
-D CONFIG_BT_NIMBLE_ENABLED=1
; LittleFS filesystem image (contains web UI assets)
board_build.filesystem = littlefs