Skip to content

Commit

Permalink
Turns out the setMode wasn't necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
VanceVagell committed Jan 12, 2025
1 parent 4ceab4d commit 465145c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ void loop() {
esp_task_wdt_reset();
return;
case COMMAND_TUNE_TO: {
setMode(MODE_RX);

// If we haven't received all the parameters needed for COMMAND_TUNE_TO, wait for them before continuing.
// This can happen if ESP32 has pulled part of the command+params from the buffer before Android has completed
// putting them in there. If so, we take byte-by-byte until we get the full params.
Expand Down

0 comments on commit 465145c

Please sign in to comment.