Skip to content

Commit d7a6aa1

Browse files
committed
changes
1 parent 615b263 commit d7a6aa1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/universal:2",
3-
"postCreateCommand": [
4-
// Install platformio
5-
"pip install platformio",
2+
"image": "mcr.microsoft.com/devcontainers/universal:2"
3+
// "postCreateCommand": [
4+
// // Install platformio
5+
// "pip install platformio",
66

7-
// Install esptool
8-
"pip install esptool.py"
7+
// // Install esptool
8+
// "pip install esptool.py"
99

10-
// Install Arduino and M5Stack core
11-
// "curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh",
12-
// "arduino-cli core install m5stack:esp32 --additional-urls 'https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json'",
13-
]
10+
// // Install Arduino and M5Stack core
11+
// // "curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh",
12+
// // "arduino-cli core install m5stack:esp32 --additional-urls 'https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json'",
13+
// ]
1414
// "features": {
1515
// "ghcr.io/devcontainers/features/rust:1": {},
1616
// "ghcr.io/bartventer/arch-devcontainer-features/docker-in-docker:1": {}

0 commit comments

Comments
 (0)