mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 13:47:38 +02:00
9 lines
197 B
Bash
Executable File
9 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
# run this on the host: esp_rfc2217_server -v -p 4000 /dev/ttyACM0
|
|
|
|
docker run --rm -v $PWD:/project -w /project -u $UID -e HOME=/tmp espressif/idf idf.py -p 4000:4000 flash
|
|
|