mirror of https://github.com/arendst/Tasmota.git
Merge pull request #5762 from Jason2866/patch-1
Create .gitpod.yml to compile master with Gitpod
This commit is contained in:
commit
b0cf8e1437
|
@ -0,0 +1,3 @@
|
|||
tasks:
|
||||
- before: pip install -U platformio
|
||||
command: platformio run -e sonoff
|
Loading…
Reference in New Issue