feat: update ESP32 board version and add LSP configs

This commit is contained in:
2026-02-18 16:07:31 -08:00
parent 9f7a383b38
commit 34ca86d771
6 changed files with 3669 additions and 24 deletions

11
.crush.json Normal file
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)"
]
}
}
}