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

This commit is contained in:
Plant Daddy 2025-03-31 02:14:48 -05:00 committed by GitHub
parent f18f60cd0b
commit f626f02005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
"mcu": "esp32s3",
"variant": "t-watch-s3"
},
"connectivity": ["wifi"],
"connectivity": ["wifi", "bluetooth"],
"debug": {
"openocd_target": "esp32s3.cfg"
},