Skip to content

Commit 89b4b6a

Browse files
committed
Delete unsupported connectivity from ESP32-S2 boards
1 parent 14e3f31 commit 89b4b6a

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

boards/esp32-s2-kaluga-1.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"variant": "esp32s2"
1212
},
1313
"connectivity": [
14-
"wifi",
15-
"bluetooth",
16-
"ethernet",
17-
"can"
14+
"wifi"
1815
],
1916
"debug": {
2017
"default_tool": "esp32s2_kaluga_v1",

boards/esp32-s2-saola-1.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"variant": "esp32s2"
1212
},
1313
"connectivity": [
14-
"wifi",
15-
"bluetooth",
16-
"ethernet",
17-
"can"
14+
"wifi"
1815
],
1916
"debug": {
2017
"openocd_target": "esp32s2.cfg"

boards/featheresp32-s2.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"variant": "esp32s2"
1212
},
1313
"connectivity": [
14-
"wifi",
15-
"bluetooth",
16-
"ethernet",
17-
"can"
14+
"wifi"
1815
],
1916
"debug": {
2017
"openocd_target": "esp32s2.cfg"

0 commit comments

Comments
 (0)