mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-08-18 18:32:30 +02:00
10 lines
240 B
Bash
Executable File
10 lines
240 B
Bash
Executable File
#!/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 obp60_s3 |