Use the correct identifier on projectors

This commit is contained in:
Matthew McWilliams 2023-07-03 20:33:18 -04:00
parent f958789b20
commit 35b67f1815
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const char cmd_debug = 'd';
const char cmd_connect = 'i';
volatile char cmd_char = 'z';
const char cmd_mcopy_identifier = 'm';
const char cmd_proj_identifier = 't'; //dual projector identifier
const char cmd_proj_identifier = 'd'; //dual projector identifier
const int serialDelay = 5;