From a3b57fe65e56feaf538d954d5bbc3bdcf5cff2e0 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 11 Mar 2026 19:09:33 +0100 Subject: [PATCH] try fixing breakout build --- c_mpos/breakout/build.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/c_mpos/breakout/build.sh b/c_mpos/breakout/build.sh index b0620a05..37360292 100755 --- a/c_mpos/breakout/build.sh +++ b/c_mpos/breakout/build.sh @@ -1,3 +1,4 @@ +#!/bin/bash ls -al ~/.espressif/python_env/idf5.4_py3.11_env/bin/ ls -al ~/.espressif/python_env/idf5.4_py3.11_env/ @@ -17,6 +18,12 @@ cd "$mydir" rm -rf build rm *.mpy -PATH=~/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/:$PATH make