Skip to content

Commit 37fa38c

Browse files
committed
AI feedback
1 parent 173042c commit 37fa38c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android-src/KV4PHT/app/src/main/java/com/vagell/kv4pht/firmware/bearconsole/CommandInterfaceESP32.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ public cmdRet sendCommand(byte opcode, byte buffer[], int chk, int timeout) {
342342
} catch (IOException e) {
343343
throw new RuntimeException(e);
344344
}
345-
//try { Thread.sleep(50); } catch (InterruptedException e) {}
346345

347346
int numRead = recv(retVal.retValue, retVal.retValue.length, timeout);
348347
if (numRead == 0) {

0 commit comments

Comments
 (0)