From d295b6137047df2b09d41ba7cc6370280eb77fa5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 27 Oct 2024 16:25:21 -0600 Subject: [PATCH] added menuconfig --- .custom_bin/menuconfig | 2 ++ add-to-export-sh.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .custom_bin/menuconfig diff --git a/.custom_bin/menuconfig b/.custom_bin/menuconfig new file mode 100644 index 0000000..ef1b88e --- /dev/null +++ b/.custom_bin/menuconfig @@ -0,0 +1,2 @@ +idf.py menuconfig +echo "\nAll done :3\n" \ No newline at end of file diff --git a/add-to-export-sh.txt b/add-to-export-sh.txt index 459adf0..70cfdbe 100644 --- a/add-to-export-sh.txt +++ b/add-to-export-sh.txt @@ -39,7 +39,7 @@ echo "ESPTARGET = $ESPTARGET" echo "Changing dir to ~/esp" cd ~/esp -echo "All done :3\n\tEnjoy your esp-idf environment" +echo "\nAll done :3\n" ############################################### # end esp-idf stuffss I made ##################