Skip to content

Commit 91fc544

Browse files
committed
Enable SPACE transmission
1 parent 52f3e2a commit 91fc544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/MAD_FW_1_0/matrix/matrix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ static void matrix_ascii2buffer()
682682
{
683683
unsigned char temp[MATRIX_DOTS_X];
684684

685-
if ((matrix_queue_data > '~') || (matrix_queue_data < '!'))
685+
if ((matrix_queue_data > '~') || (matrix_queue_data < ' '))
686686
{
687687
matrix_queue_data = '?';
688688
}

0 commit comments

Comments
 (0)