Add files via upload

This commit is contained in:
Mountain-Eagle 2022-08-29 07:15:36 +10:00 committed by GitHub
parent e9ea04e9eb
commit 31ef074ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

3
gitpod.Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM gitpod/workspace-full
USER gitpod

11
gitpod.yml Normal file
View File

@ -0,0 +1,11 @@
tasks:
- command: pip3 install -U platformio && platformio run -e tasmota
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- Atishay-Jain.All-Autocomplete
- esbenp.prettier-vscode
- shardulm94.trailing-spaces