From 7bee9916697a518a8d9849bdbed51096dba16220 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Fri, 9 May 2025 15:37:24 -0600 Subject: [PATCH] more bugfixes 4 --- README.md | 4 +++- help.txt | 6 ++++-- version.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43fa2ea..c168a04 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,9 @@ Some take optional [branch] paramater * `help-esp-tools` show this help * `exit-esp-tools` exit esp-idf and reset terminal * `build` idf.py build -* `changebaud` prompts to enter a new baud +* `changebaud` alone prompts to enter baudrate + * `changebaud ` sets baudrate manually + * ex. `changebaud 115200` * `changeesp` change esp device * `changeesp` alone prompts to enter * `changeesp ` manually changes to diff --git a/help.txt b/help.txt index db9a550..383d8c7 100644 --- a/help.txt +++ b/help.txt @@ -76,7 +76,9 @@ Features: `help-esp-tools` show this help `exit-esp-tools` exit esp-idf and reset terminal `build` idf.py build - `changebaud` prompts to enter a new baud + `changebaud` alone prompts to enter baudrate + `changebaud ` sets baudrate manually + ex. `changebaud 115200` `changeesp` change esp device `changeesp` alone prompts to enter `changeesp ` manually changes to @@ -96,7 +98,7 @@ Features: `step-flash-monitor` attempt clean, build, flash, then monitor, dying on error `imagesize` get binary size, broken down in various ways including total, by componant, and by file `chipinfo` get information from the esp chip - `espinfo` get detailed information from the esp chip + `espinfo` get detailed information about esp-idf and esp-idf-tools envrionment `menuconfig` run `idf.py menuconfig` `create-project ` same as idf.py create-project ex. `create-project hello-world` diff --git a/version.txt b/version.txt index 07e4439..eb4e77d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -9-rc-2 +9-rc-4