1747329794

This commit is contained in:
2025-05-15 11:23:14 -06:00
parent 9b45c3f7c7
commit 3845128c3f
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -41,3 +41,6 @@
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
1.1-dev-2
improved speed of downloading esp-dev-kits
+2
View File
@@ -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 <patch path>` patches esp-idf with `<patch path>` patch file
* ex. `patch-esp-idf ./some.patch`
* `$examples` is a shortcut for examples directory in esp-idf
* ex. cd `$examples`
+2
View File
@@ -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 <patch path>` patches esp-idf with `<patch path>` patch file
ex. `patch-esp-idf ./some.patch`
`$examples` is a shortcut for examples directory in esp-idf
ex. cd $examples`
+1 -1
View File
@@ -1 +1 @@
1.1-dev-1
1.1-dev-2