b-parasite-esp32/.devcontainer/devcontainer.json
Matthew Dawson 424b471eb8
Update containers to use SDK 2.2.0
The zigbee sample no longer compiles with SDK 2.1, so update the used
docker image to 2.2.0.
2023-01-22 19:03:34 -05:00

13 lines
214 B
JSON

{
"name": "nrf-connect:v2.2",
"image": "nordicplayground/nrfconnect-sdk:v2.2-branch",
"features": {
},
"customizations": {
"vscode": {
"extensions": [
"nordic-semiconductor.nrf-connect"
]
}
}
}