File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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": {}
You can’t perform that action at this time.
0 commit comments