Skip to content

Commit f8c0068

Browse files
authored
Update platformio.ini
1 parent 0795f46 commit f8c0068

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/arduino-NimBLE-ext_client/platformio.ini

Lines changed: 2 additions & 4 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
custom_component_remove =
1816
espressif/esp_hosted
1917
espressif/esp_wifi_remote
@@ -33,8 +31,8 @@ custom_component_remove =
3331
[env:esp32s3]
3432
board = esp32-s3-devkitc-1
3533

36-
[env:esp32c2]
37-
board = esp32-c2-devkitm-1
34+
;[env:esp32c2]
35+
;board = esp32-c2-devkitm-1
3836

3937
[env:esp32c3]
4038
board = esp32-c3-devkitm-1

0 commit comments

Comments
 (0)