Skip to content

Commit

Permalink
disabled debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 14, 2025
1 parent f9fccc7 commit 84105d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ void Task_ReadSerial(void *pvParameters) {
numCtrlCharsFound = 0;
break;
}

/*
case 98: // disable debug mode
{
Serial.write('A');
Expand All @@ -677,7 +677,7 @@ void Task_ReadSerial(void *pvParameters) {
numCtrlCharsFound = 0;
break;
}

*/
case 5: // mode RGB565 zones streaming
{
// Read payload size (next 2 bytes)
Expand Down

0 comments on commit 84105d6

Please sign in to comment.