Skip to content

Commit 6a140f8

Browse files
authored
Update platformio.ini
1 parent 39134ab commit 6a140f8

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

examples/espidf-arduino-h2zero-BLE_scan/platformio.ini

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
platform = espressif32
1313
framework = arduino
1414
monitor_speed = 115200
15+
build_flags =
16+
'-DCONFIG_BT_NIMBLE_EXT_ADV=1'
1517
lib_deps =
1618
https://github.com/h2zero/NimBLE-Arduino.git#nimble-1.6-c6-build-working
1719
lib_ignore =
@@ -31,10 +33,17 @@ custom_component_remove =
3133
espressif/esp-sr
3234
espressif/esp32-camera
3335

34-
[env:esp32]
35-
board = esp32dev
36+
[env:esp32s3]
37+
board = esp32-s3-devkitc-1
38+
39+
[env:esp32c2]
40+
board = esp32-c2-devkitm-1
3641

3742
[env:esp32c3]
3843
board = esp32-c3-devkitm-1
39-
build_flags =
40-
'-DCONFIG_BT_NIMBLE_EXT_ADV=1'
44+
45+
[env:esp32c6]
46+
board = esp32-c6-devkitm-1
47+
48+
[env:esp32h2]
49+
board = esp32-h2-devkitm-1

0 commit comments

Comments
 (0)