Fixes after testing.

This commit is contained in:
Joe Kearney 2025-03-01 16:57:45 -06:00
parent 47822bbdec
commit cd33c35974
4 changed files with 92 additions and 16 deletions

View file

@ -60,6 +60,7 @@ static void Playing__Interacting_Entry(StateMachineContext_T * context)
Playing_Entry(context);
srand(xTaskGetTickCount());
}
BLE_UpdateStatusPacket(STATE_PLAYING__INTERACTING);
LOG("Entering the Interacting substate of the Playing state.");
}