Skip to content

Commit 1c58d1e

Browse files
authored
examples: NimBLE fixed for c2
1 parent 17f5c77 commit 1c58d1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/arduino-NimBLE-ext_client/platformio.ini

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

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

4746
[env:esp32c3]
4847
board = esp32-c3-devkitm-1

0 commit comments

Comments
 (0)