upgradede to 1.4-release

This commit is contained in:
2025-08-18 22:56:31 -06:00
parent 2e34f4c3ae
commit 7205fc07da
2 changed files with 7 additions and 5 deletions
+4 -5
View File
@@ -10,11 +10,7 @@ Literally the most schizophrenically overengineered thing I have ever made. idk
Total install size (discounting needed packages) is about 9GiB
## Quick start
1. `mkdir ~/esp`
2. `git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git ~/esp/esp-idf-tools`
2. `bash ~/esp/esp-idf-tools/esp-idf-tools-cmd.sh install`
3. `source ~/.bashrc`
4. `get-esp-tools`
`curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh | exec "$SHELL"; exec "$SHELL"`
## Usage
```
@@ -77,6 +73,9 @@ Some take optional [branch] paramater
run-esp-cmd uninstall
uninstall esp-idf
`run-esp-cmd uninstall`
Uninstall:
curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/uninstall.sh | exec "$SHELL"; exec "$SHELL"
```
## Features
+3
View File
@@ -119,3 +119,6 @@ Cronjob:
`crontab -e`
add below to bottom of file:
`0 4 * * * bash $HOME/esp/esp-install-custom/esp-idf-tools-cmd.sh cron`
Uninstall:
curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/uninstall.sh | exec "$SHELL"; exec "$SHELL"