This will enable us to transparently use different calibration for different board revisions. The 2.0.0 revision changes the sensing circuitry and will need its own coeffs. In this commit, both models are run in parallel for debugging.
18 lines
No EOL
318 B
Text
18 lines
No EOL
318 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../../prstlib"
|
|
}
|
|
],
|
|
"settings": {
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
"nrf-connect.applications": [
|
|
"${workspaceFolder}"
|
|
],
|
|
"nrf-connect.toolchain.path": "${nrf-connect.toolchain:2.2.0}",
|
|
"nrf-connect.topdir": "${nrf-connect.sdk:2.2.0}"
|
|
}
|
|
} |