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