Tasmota/.gitpod.yml

10 lines
204 B
YAML
Raw Permalink Normal View History

2020-09-30 09:32:06 +01:00
tasks:
2024-02-04 21:57:11 +00:00
- command: pip install -U platformio && pip install --upgrade pip && platformio run -t clean -e tasmota
2020-09-28 15:29:54 +01:00
image:
file: .gitpod.Dockerfile
vscode:
extensions:
2021-07-07 13:50:23 +01:00
- shardulm94.trailing-spaces