add a .yml to setup a Gitpod instance quickly (#4551)
* Create .gitpod.yml * Update .gitpod.yml
This commit is contained in:
parent
aa54335e21
commit
5514aab007
1 changed files with 2 additions and 0 deletions
2
.gitpod.yml
Normal file
2
.gitpod.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
tasks:
|
||||
- init: pip install platformio && pip install --upgrade pip
|
||||
Loading…
Reference in a new issue