Skip to content

Commit 9bc8047

Browse files
committed
Allow messages to start with
1 parent 0333236 commit 9bc8047

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/aero/t2s/modes/ModeSHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ protected short[] toData(final String input) throws EmptyMessageException, ModeA
3535
// example mode A/C: *21D2; *0200; *0101;
3636
throw new ModeAcMessageException();
3737
}
38-
if (input.startsWith("*0000")) {
39-
throw new EmptyMessageException();
40-
}
4138

4239
String hex = input.replace("*", "").replace(";", "");
4340

0 commit comments

Comments
 (0)