Skip to content

Commit

Permalink
Added tryToSendDcsBiosMessage(const char* msg)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavidovich committed Nov 14, 2022
1 parent 8aaa6b8 commit d0be2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DcsBios.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ do not come with their own build system, we are just putting everything into the
udp.write(car);
car = msg[pos];
pos++;
if (car=='\n') { // There are two commands in the same line
if (car=='\n') { // There are several commands - \n is the command separator
udp.write('\n');
udp.endPacket(); // Send 1st part of the message
delay(200);
Expand Down

0 comments on commit d0be2be

Please sign in to comment.