Add Gitpod

This commit is contained in:
norbert-walter 2023-12-20 10:43:11 +01:00
parent d8da12d892
commit d10fe38aac
2 changed files with 15 additions and 0 deletions

3
lib/obp60task/.gitpod.Dockerfile vendored Normal file
View File

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

12
lib/obp60task/.gitpod.yml Normal file
View File

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