1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Fix for platformio.ini

This commit is contained in:
norbert-walter
2026-03-13 20:02:30 +01:00
parent 4e0bc88419
commit 604e2a15bd
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
#by uncommenting the next line #by uncommenting the next line
default_envs = default_envs =
obp70_s3
obp60_s3 obp60_s3
obp40_s3 obp40_s3
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# This script compile the software für OBP60-S3
# Attention! Start this cript only in the Gitpod Docker container.
# Start the script with: bash run
# Compile the firmware
echo "Compiling Firmware"
platformio run -e obp70_s3