Skip to content

Commit 39134ab

Browse files
authored
Update platformio.ini
1 parent 943a573 commit 39134ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
platform = espressif32
1313
framework = arduino
1414
monitor_speed = 115200
15-
build_flags =
16-
'-DCONFIG_BT_NIMBLE_EXT_ADV=1'
1715
lib_deps =
1816
https://github.com/h2zero/NimBLE-Arduino.git#nimble-1.6-c6-build-working
1917
lib_ignore =
@@ -35,3 +33,8 @@ custom_component_remove =
3533

3634
[env:esp32]
3735
board = esp32dev
36+
37+
[env:esp32c3]
38+
board = esp32-c3-devkitm-1
39+
build_flags =
40+
'-DCONFIG_BT_NIMBLE_EXT_ADV=1'

0 commit comments

Comments
 (0)