Add 'bluetooth' option to the LilyGo T-Watch-S3 definition.

This commit is contained in:
Plant Daddy
2025-03-31 09:14:48 +02:00
committed by GitHub
co-authored by GitHub
parent f18f60cd0b
commit f626f02005
+1 -1
View File
@@ -23,7 +23,7 @@
"mcu": "esp32s3",
"variant": "t-watch-s3"
},
"connectivity": ["wifi"],
"connectivity": ["wifi", "bluetooth"],
"debug": {
"openocd_target": "esp32s3.cfg"
},