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

Modify files for Gitpod

This commit is contained in:
norbert-walter
2025-01-21 16:32:40 +01:00
parent 569273519c
commit bea4c8298e
8 changed files with 57 additions and 41 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
# This script installing the tool chain
# in the Gitpod Docker container.
# Attention! Start this cript only in the Gitpod Docker container.
# Start the script with: bash run
# Install tools
echo "Installing tools"
cd /workspace/esp32-nmea2000
pip3 install -U esptool
pip3 install platformio