Skip to content

Commit db59a57

Browse files
committed
AI feedback ;)
1 parent 951cddc commit db59a57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android-src/KV4PHT/app/src/main/java/com/vagell/kv4pht/radio/RadioAudioService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ public void setMode(int mode) {
397397
serialPort.setDTR(false);
398398
} catch (InterruptedException e) {
399399
Thread.currentThread().interrupt();
400-
} catch (IOException ignored) {
400+
} catch (IOException e) {
401+
Log.e("DEBUG", "Error while restart ESP32.", e);
401402
}
402403
break;
403404
default:

0 commit comments

Comments
 (0)