feat: update ESP32 board version and add LSP configs

This commit is contained in:
2026-02-18 16:07:31 -08:00
parent 1161733b36
commit 92c93b82b4
8 changed files with 3673 additions and 24 deletions

View File

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