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:
@@ -4,6 +4,7 @@
|
||||
#by uncommenting the next line
|
||||
|
||||
default_envs =
|
||||
obp70_s3
|
||||
obp60_s3
|
||||
obp40_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
|
||||
Reference in New Issue
Block a user