From 3845128c3f36486cdcd6c8c6ff3c088e0b1b91ac Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Thu, 15 May 2025 11:23:14 -0600 Subject: [PATCH] 1747329794 --- CHANGELOG.txt | 5 ++++- README.md | 2 ++ help.txt | 2 ++ version.txt | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e848170..4ccea05 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -40,4 +40,7 @@ 1.1-dev-1 added downloads and updates of espressif's esp-dev-kits repo (https://github.com/espressif/esp-dev-kits) patch-esp-idf added - a shortcut for applying esp-idf patches \ No newline at end of file + a shortcut for applying esp-idf patches + +1.1-dev-2 + improved speed of downloading esp-dev-kits \ No newline at end of file diff --git a/README.md b/README.md index 058be34..63483b0 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Some take optional [branch] paramater * ex. `create-project hello-world` * `esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDFTOOLS_INSTALLDIR/install.log` * `esp-install-logs` displays full text of install.log and version-data.txt +* `patch-esp-idf ` patches esp-idf with `` patch file + * ex. `patch-esp-idf ./some.patch` * `$examples` is a shortcut for examples directory in esp-idf * ex. cd `$examples` diff --git a/help.txt b/help.txt index 34e446d..2423e8f 100644 --- a/help.txt +++ b/help.txt @@ -105,6 +105,8 @@ Features: ex. `create-project hello-world` `esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDFTOOLS_INSTALLDIR/install.log` `esp-install-logs` displays full text of install.log and version-data.txt + `patch-esp-idf ` patches esp-idf with `` patch file + ex. `patch-esp-idf ./some.patch` `$examples` is a shortcut for examples directory in esp-idf ex. cd $examples` diff --git a/version.txt b/version.txt index f3da856..d35a3a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1-dev-1 \ No newline at end of file +1.1-dev-2 \ No newline at end of file