From 604e2a15bdb0237d9ac1affaeceb231e91873136 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Fri, 13 Mar 2026 20:02:30 +0100 Subject: [PATCH] Fix for platformio.ini --- lib/obp60task/platformio.ini | 1 + lib/obp60task/run_obp70_s3 | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 lib/obp60task/run_obp70_s3 diff --git a/lib/obp60task/platformio.ini b/lib/obp60task/platformio.ini index dfb0300..bcb213a 100644 --- a/lib/obp60task/platformio.ini +++ b/lib/obp60task/platformio.ini @@ -4,6 +4,7 @@ #by uncommenting the next line default_envs = + obp70_s3 obp60_s3 obp40_s3 diff --git a/lib/obp60task/run_obp70_s3 b/lib/obp60task/run_obp70_s3 new file mode 100644 index 0000000..3d8fef0 --- /dev/null +++ b/lib/obp60task/run_obp70_s3 @@ -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 \ No newline at end of file