This commit is contained in:
2024-11-13 11:27:31 -07:00
parent b1812ed536
commit 2acfecd794
6 changed files with 10 additions and 35 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
subprocess() {
echo "\nChanging ESPBAUD\n\t1: 9600\n\t2: 115200\n\t3: 230400\n\t4: 460800\n\t5: 1152000\n\t6: 1500000\n\nEnter Selection: "
echo -e "\nChanging ESPBAUD\n\t1: 9600\n\t2: 115200\n\t3: 230400\n\t4: 460800\n\t5: 1152000\n\t6: 1500000\n\nEnter Selection: "
read baudRate
echo "\n"
echo -e "\n"
case $baudRate in
1) selection=9600 ;;
2) selection=115200 ;;