Small changes at EEPROM

This commit is contained in:
Meruemon
2022-05-04 17:16:20 +02:00
parent 8716b47c39
commit 4a27f55b00
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ public class Eeprom {
}
public boolean writeToFile() {
System.out.println("Eeprom is written");
boolean bSuccess = false;
try {
try {
@@ -58,6 +59,7 @@ public class Eeprom {
}
public boolean readFromFile() {
System.out.println("Eeprom is read");
boolean bSuccess = false;
try {
try {