1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

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

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