Added file and device verification

This commit is contained in:
Cametendo
2026-04-21 20:54:54 +02:00
parent ecb1f7be3e
commit 0edbc24003
4 changed files with 61 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ public class Flasher {
String input = "";
System.out.println("The programm wil use the following configuration, do you want to flash with this? (y/n)");
System.out.println("The programm wil use the following configuration, do you want to flash with this? (Y/n)");
System.out.println(" - To be flashed device: " + StorageDeviceLister.fullPath);
System.out.println(" - To be used path: " + FilePathAdd.ImagePath);
System.out.println(" - To bed used blocksize: " + BlockSize.blockSizeString);