Fixed missing parameter

This commit is contained in:
Fabien POLLY
2024-11-13 00:19:54 +01:00
parent c32344b6cb
commit 1b69e97dbf

View File

@@ -546,7 +546,7 @@ main() {
3) EPD_VERSION="epd2in13_V3"; break;; 3) EPD_VERSION="epd2in13_V3"; break;;
4) EPD_VERSION="epd2in13_V4"; break;; 4) EPD_VERSION="epd2in13_V4"; break;;
5) EPD_VERSION="epd2in7"; break;; 5) EPD_VERSION="epd2in7"; break;;
*) echo -e "${RED}Invalid choice. Please select 1-4.${NC}";; *) echo -e "${RED}Invalid choice. Please select 1-5.${NC}";;
esac esac
done done