Added oflag

This commit is contained in:
Cametendo
2026-03-18 23:03:35 +01:00
parent 4d6e8b975f
commit 2c076c4c95
4 changed files with 43 additions and 2 deletions

11
Flasher.java Normal file
View File

@@ -0,0 +1,11 @@
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Flasher {
publicstatic voic flasher(Scanner UserInput) {
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: " + device);
}
}