mirror of https://github.com/arendst/Tasmota.git
Create .gitpod.yml
To make it possible to compile master branch with Gitpod
This commit is contained in:
parent
9880ed84ce
commit
4fdc415571
|
@ -0,0 +1,3 @@
|
|||
tasks:
|
||||
- before: pip install -U platformio
|
||||
command: platformio run -e sonoff
|
Loading…
Reference in New Issue