upgradede to 1.4-release
This commit is contained in:
@@ -10,11 +10,7 @@ Literally the most schizophrenically overengineered thing I have ever made. idk
|
|||||||
Total install size (discounting needed packages) is about 9GiB
|
Total install size (discounting needed packages) is about 9GiB
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
1. `mkdir ~/esp`
|
`curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh | exec "$SHELL"; exec "$SHELL"`
|
||||||
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`
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
@@ -77,6 +73,9 @@ Some take optional [branch] paramater
|
|||||||
run-esp-cmd uninstall
|
run-esp-cmd uninstall
|
||||||
uninstall esp-idf
|
uninstall esp-idf
|
||||||
`run-esp-cmd uninstall`
|
`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
|
## Features
|
||||||
|
|||||||
@@ -119,3 +119,6 @@ Cronjob:
|
|||||||
`crontab -e`
|
`crontab -e`
|
||||||
add below to bottom of file:
|
add below to bottom of file:
|
||||||
`0 4 * * * bash $HOME/esp/esp-install-custom/esp-idf-tools-cmd.sh cron`
|
`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"
|
||||||
Reference in New Issue
Block a user