Added oflag
This commit is contained in:
11
Flasher.java
Normal file
11
Flasher.java
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user