create devicecheck, filepathcheck and blocksize

This commit is contained in:
Cametendo
2026-02-09 11:58:37 +01:00
parent baab63f846
commit 4d6e8b975f
6 changed files with 83 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
public class Greeting {
public void greeting() {
public static void greeting() {
System.out.println("Welcome to cflash!");
System.out.println("Would you like to flash an image (Y/n)");
}