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

View File

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