Gregory Holder
Gregory Holder
Good points. It seems fit iot lab complains if you try to start an experiment directly with a .bin (without uploading the firmware first, it shows a pop-up with `Wrong...
Okay, so it sees that fit iot doesn't like starting experiments directly with the .bin file, giving the following error on the dashboard: [screenshot](https://user-images.githubusercontent.com/30503300/190355424-8b257373-143e-4c2f-ad83-8b0a502367c1.png) It does however seem that first...
I've managed to bodge syntax highlighting into working by adding the following to `languages.toml`: ```toml [language-server.arduino-lsp] command = "arduino-language-server" args = ["-cli", "arduino-cli", "-cli-config", "~/.arduino15/arduino-cli.yaml", "-clangd", "clangd"] [[grammar]] name =...
> By the way my arduino lsp config, just works with `command = "arduino-language-server"` and no info about clangd or the rest. Oh you're right, I had just copied the...