mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
10 lines
240 B
Bash
10 lines
240 B
Bash
#!/bin/bash
|
|
|
|
# This script compile the software für OBP40-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 obp40_s3 |