From 2d95e06b12f4f86615afb4e0a0dd1a77e6f9d505 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 26 May 2026 20:30:40 -0600 Subject: [PATCH] migrating --- .gitignore | 0 .gitmodules | 0 CHANGELOG.txt | 0 README.md | 0 add-to-export-sh.txt | 0 custom_bin/build | 0 custom_bin/changebaud.sh | 0 custom_bin/changeesp.sh | 0 custom_bin/changeport.sh | 0 custom_bin/chipinfo | 0 custom_bin/clean | 0 custom_bin/create-project | 0 custom_bin/erase-flash | 0 custom_bin/espinfo | 0 custom_bin/exit-esp-tools.sh | 0 custom_bin/flash | 0 custom_bin/flashmonitor | 0 custom_bin/fullclean | 0 custom_bin/help-esp-tools | 0 custom_bin/imagesize | 0 custom_bin/menuconfig | 0 custom_bin/monitor | 0 custom_bin/patch-esp-idf | 0 custom_bin/rebuild-auto-flashmonitor | 0 custom_bin/rebuild-interactive | 0 custom_bin/save-defconfig | 0 custom_bin/setup | 0 custom_bin/size-stats | 0 custom_bin/step-flash-monitor | 0 esp-idf-tools-cmd.sh | 0 gather_install_size.sh | 0 help.txt | 0 install.sh | 0 scratch.txt | 0 temp.tmp | 0 todo.txt | 0 uninstall.sh | 0 version.txt | 0 38 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules mode change 100644 => 100755 CHANGELOG.txt mode change 100644 => 100755 README.md mode change 100644 => 100755 add-to-export-sh.txt mode change 100644 => 100755 custom_bin/build mode change 100644 => 100755 custom_bin/changebaud.sh mode change 100644 => 100755 custom_bin/changeesp.sh mode change 100644 => 100755 custom_bin/changeport.sh mode change 100644 => 100755 custom_bin/chipinfo mode change 100644 => 100755 custom_bin/clean mode change 100644 => 100755 custom_bin/create-project mode change 100644 => 100755 custom_bin/erase-flash mode change 100644 => 100755 custom_bin/espinfo mode change 100644 => 100755 custom_bin/exit-esp-tools.sh mode change 100644 => 100755 custom_bin/flash mode change 100644 => 100755 custom_bin/flashmonitor mode change 100644 => 100755 custom_bin/fullclean mode change 100644 => 100755 custom_bin/help-esp-tools mode change 100644 => 100755 custom_bin/imagesize mode change 100644 => 100755 custom_bin/menuconfig mode change 100644 => 100755 custom_bin/monitor mode change 100644 => 100755 custom_bin/patch-esp-idf mode change 100644 => 100755 custom_bin/rebuild-auto-flashmonitor mode change 100644 => 100755 custom_bin/rebuild-interactive mode change 100644 => 100755 custom_bin/save-defconfig mode change 100644 => 100755 custom_bin/setup mode change 100644 => 100755 custom_bin/size-stats mode change 100644 => 100755 custom_bin/step-flash-monitor mode change 100644 => 100755 esp-idf-tools-cmd.sh mode change 100644 => 100755 gather_install_size.sh mode change 100644 => 100755 help.txt mode change 100644 => 100755 install.sh mode change 100644 => 100755 scratch.txt create mode 100755 temp.tmp mode change 100644 => 100755 todo.txt mode change 100644 => 100755 uninstall.sh mode change 100644 => 100755 version.txt diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/CHANGELOG.txt b/CHANGELOG.txt old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/add-to-export-sh.txt b/add-to-export-sh.txt old mode 100644 new mode 100755 diff --git a/custom_bin/build b/custom_bin/build old mode 100644 new mode 100755 diff --git a/custom_bin/changebaud.sh b/custom_bin/changebaud.sh old mode 100644 new mode 100755 diff --git a/custom_bin/changeesp.sh b/custom_bin/changeesp.sh old mode 100644 new mode 100755 diff --git a/custom_bin/changeport.sh b/custom_bin/changeport.sh old mode 100644 new mode 100755 diff --git a/custom_bin/chipinfo b/custom_bin/chipinfo old mode 100644 new mode 100755 diff --git a/custom_bin/clean b/custom_bin/clean old mode 100644 new mode 100755 diff --git a/custom_bin/create-project b/custom_bin/create-project old mode 100644 new mode 100755 diff --git a/custom_bin/erase-flash b/custom_bin/erase-flash old mode 100644 new mode 100755 diff --git a/custom_bin/espinfo b/custom_bin/espinfo old mode 100644 new mode 100755 diff --git a/custom_bin/exit-esp-tools.sh b/custom_bin/exit-esp-tools.sh old mode 100644 new mode 100755 diff --git a/custom_bin/flash b/custom_bin/flash old mode 100644 new mode 100755 diff --git a/custom_bin/flashmonitor b/custom_bin/flashmonitor old mode 100644 new mode 100755 diff --git a/custom_bin/fullclean b/custom_bin/fullclean old mode 100644 new mode 100755 diff --git a/custom_bin/help-esp-tools b/custom_bin/help-esp-tools old mode 100644 new mode 100755 diff --git a/custom_bin/imagesize b/custom_bin/imagesize old mode 100644 new mode 100755 diff --git a/custom_bin/menuconfig b/custom_bin/menuconfig old mode 100644 new mode 100755 diff --git a/custom_bin/monitor b/custom_bin/monitor old mode 100644 new mode 100755 diff --git a/custom_bin/patch-esp-idf b/custom_bin/patch-esp-idf old mode 100644 new mode 100755 diff --git a/custom_bin/rebuild-auto-flashmonitor b/custom_bin/rebuild-auto-flashmonitor old mode 100644 new mode 100755 diff --git a/custom_bin/rebuild-interactive b/custom_bin/rebuild-interactive old mode 100644 new mode 100755 diff --git a/custom_bin/save-defconfig b/custom_bin/save-defconfig old mode 100644 new mode 100755 diff --git a/custom_bin/setup b/custom_bin/setup old mode 100644 new mode 100755 diff --git a/custom_bin/size-stats b/custom_bin/size-stats old mode 100644 new mode 100755 diff --git a/custom_bin/step-flash-monitor b/custom_bin/step-flash-monitor old mode 100644 new mode 100755 diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh old mode 100644 new mode 100755 diff --git a/gather_install_size.sh b/gather_install_size.sh old mode 100644 new mode 100755 diff --git a/help.txt b/help.txt old mode 100644 new mode 100755 diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 diff --git a/scratch.txt b/scratch.txt old mode 100644 new mode 100755 diff --git a/temp.tmp b/temp.tmp new file mode 100755 index 0000000..e69de29 diff --git a/todo.txt b/todo.txt old mode 100644 new mode 100755 diff --git a/uninstall.sh b/uninstall.sh old mode 100644 new mode 100755 diff --git a/version.txt b/version.txt old mode 100644 new mode 100755