Only print projector time to state

This commit is contained in:
Matt McWilliams 2023-05-25 10:45:44 -04:00
parent a29c85628c
commit 49ad3c28a8
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ void projector () {
void state () {
String stateString = String(mcopy.CAMERA_EXPOSURE);
stateString += String(cameraFrame);
stateString += String(projectorFrame);
stateString += String(mcopy.STATE);
mcopy.print(stateString);
}