Skip to content

Commit

Permalink
Add bluetooth capability marker to some ESP32S3 boards (#4587)
Browse files Browse the repository at this point in the history
* Update ESP32-S3-WROOM-1-N4.json

* Update CDEBYTE_EoRa-S3.json

* Update tlora-t3s3-v1.json
  • Loading branch information
S5NC authored Aug 30, 2024
1 parent 5bc17a9 commit dd933e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/CDEBYTE_EoRa-S3.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mcu": "esp32s3",
"variant": "CDEBYTE_EoRa-S3"
},
"connectivity": ["wifi"],
"connectivity": ["wifi", "bluetooth"],
"debug": {
"openocd_target": "esp32s3.cfg"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/ESP32-S3-WROOM-1-N4.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mcu": "esp32s3",
"variant": "ESP32-S3-WROOM-1-N4"
},
"connectivity": ["wifi"],
"connectivity": ["wifi", "bluetooth"],
"debug": {
"default_tool": "esp-builtin",
"onboard_tools": ["esp-builtin"],
Expand Down
2 changes: 1 addition & 1 deletion boards/tlora-t3s3-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mcu": "esp32s3",
"variant": "tlora-t3s3-v1"
},
"connectivity": ["wifi"],
"connectivity": ["wifi", "bluetooth"],
"debug": {
"openocd_target": "esp32s3.cfg"
},
Expand Down

0 comments on commit dd933e6

Please sign in to comment.