12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"lsp": {
|
|
"arduino": {
|
|
"command": "arduino-language-server",
|
|
"args": [
|
|
"-fqbn",
|
|
"$(cat boards/${BOARD:-esp32-32e-4}/board-config.sh | grep '^FQBN=' | cut -d'\"' -f2)"
|
|
]
|
|
}
|
|
}
|
|
}
|