prerelease version 1.0 4

This commit is contained in:
2025-05-10 02:14:16 -06:00
parent 210ee19639
commit 1becea9ce7
2 changed files with 32 additions and 31 deletions
+3 -1
View File
@@ -378,7 +378,7 @@ function handleDownloadInstall() {
# if gitDataLog file doesnt exist, initialize with header # if gitDataLog file doesnt exist, initialize with header
if [[ ! -f "$versionData" ]]; then if [[ ! -f "$versionData" ]]; then
writeToLog "date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action" writeToLog "date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action"
echo "date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | actio" > "$versionData"; echo "date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action" > "$versionData";
fi fi
# date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action # date&time ddmmYYYY H:M:S (unix seconds) | esp-idf branch | esp-idf-tools version | action
@@ -552,6 +552,8 @@ elif [[ "$arg" == "interactive" || "$arg" == "install" || "$arg" == "i" ]]; then
if [ ! -z $readIdfGet ]; then if [ ! -z $readIdfGet ]; then
idfGet="$readIdfGet" idfGet="$readIdfGet"
else
idfGet="download"
fi fi
writeToLog "\n === New $action ===\n" writeToLog "\n === New $action ===\n"
+29 -30
View File
@@ -1,38 +1,37 @@
export x export [with and without uart in dmesg]
changeport x changeport [/dev/ttyX]
erase-flash x erase-flash
setup x setup
espinfo x build
changetarget x espinfo
changebaud x changeesp [esp chip]
clean x changebaud [baud]
fullclean x clean
help-esp-tools x fullclean
flashmonitor x flashmonitor
monitor x monitor
step-flash-monitor x step-flash-monitor
menuconfig x menuconfig
imagesize x imagesize
create-project x create-project
rebuildfull x rebuildfull
chipinfo x chipinfo
esp-install-monitor x esp-install-monitor
esp-install-logs x esp-install-logs
run-esp-cmd [help h -h --help] x help-esp-tools
run-esp-cmd [t test] x run-esp-cmd [help h -h --help]
x run-esp-cmd [t test]
run-esp-cmd [n nuke] run-esp-cmd [n nuke]
run-esp-cmd [i interactive install] x run-esp-cmd [i interactive install]
run-esp-cmd [c cron] x run-esp-cmd [c cron]
fresh install from nothing fresh install from nothing
x audit readme next:
x maybe pretty up
remove unneeded code remove unneeded code
add new stuff to error checking add new stuff to error checking
esp device
x support bashhhh (experimental) parse chipinfo to be pretty
support bashhhh (experimental)
x text export and changeesp x text export and changeesp
x test help on cmd, help-esp-tools x test help on cmd, help-esp-tools