1.5-dev-0

This commit is contained in:
2025-12-17 07:40:46 -07:00
parent 4832c7779b
commit f15f72bd0f
37 changed files with 80 additions and 80 deletions
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/bash
cat $ESPIDFTOOLS_INSTALLDIR/.custom_bin/help.txt
cat $ESPDIR/.custom_bin/help.txt
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+3 -3
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
echo -e "\napplyan a patch~ $1 to $ESPIDFTOOLS_INSTALLDIR/esp-idf\n"
cp "$1" "$ESPIDFTOOLS_INSTALLDIR/esp-idf"
git -C "$ESPIDFTOOLS_INSTALLDIR/esp-idf" apply "$1"
echo -e "\napplyan a patch~ $1 to $ESPDIR/esp-idf\n"
cp "$1" "$ESPDIR/esp-idf"
git -C "$ESPDIR/esp-idf" apply "$1"
echo -e "\nall donseies~\n"
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File