Skip to content

Commit 63b3549

Browse files
author
Fio
authored
Add missing Bluetooth connectivity for lolin_s3 (platformio#1198)
1 parent d5559ab commit 63b3549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/lolin_s3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"variant": "lolin_s3"
2626
},
2727
"connectivity": [
28-
"wifi"
28+
"wifi",
29+
"bluetooth"
2930
],
3031
"debug": {
3132
"openocd_target": "esp32s3.cfg"

0 commit comments

Comments
 (0)