mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
Fix typo in devcontainer.json (#15791)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"--privileged",
|
"--privileged",
|
||||||
"-e",
|
"-e",
|
||||||
"GIT_EDITOR=code --wait"
|
"GIT_EDITOR=code --wait"
|
||||||
// uncomment and edit the path in order to pass though local USB serial to the conatiner
|
// uncomment and edit the path in order to pass through local USB serial to the container
|
||||||
// , "--device=/dev/ttyACM0"
|
// , "--device=/dev/ttyACM0"
|
||||||
],
|
],
|
||||||
"appPort": 6052,
|
"appPort": 6052,
|
||||||
|
|||||||
Reference in New Issue
Block a user