Files
pico-w-remote-adc-logger/.vscode/settings.json

6 lines
187 B
JSON
Raw Normal View History

{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.check.allTargets": false,
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
}