get build working with screen via pico-arduino-compat

This commit is contained in:
2022-06-26 00:22:02 -06:00
parent a5844dae8c
commit a01331d59a
5 changed files with 65 additions and 8 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"cmake.environment": {
"PICO_SDK_PATH":"/Users/mchapman/source/pico/pico-sdk"
},
}