Skip to content

Commit 83d285a

Browse files
authored
Update platformio.ini
1 parent 93a5d25 commit 83d285a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/arduino-NimBLE-ext_client/platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ custom_component_remove =
4040
[env:esp32s3]
4141
board = esp32-s3-devkitc-1
4242

43-
[env:esp32c2]
44-
board = esp32-c2-devkitm-1
43+
; NimBLE does currently not compile
44+
;[env:esp32c2]
45+
;board = esp32-c2-devkitm-1
4546

4647
[env:esp32c3]
4748
board = esp32-c3-devkitm-1

0 commit comments

Comments
 (0)