keyboard/lx_keyboard/.vscode/settings.json

7 lines
142 B
JSON
Raw Permalink Normal View History

2024-10-05 22:25:25 +08:00
{
"idf.flashType": "UART",
"idf.adapterTargetName": "esp32s3",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
]
}