fix ble connection , ok !
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user