Added more event transitions to facilitate testing.

This commit is contained in:
Joe Kearney 2025-07-21 19:02:27 -05:00
parent 1a27af361d
commit 2b31cc45e1
3 changed files with 22 additions and 1 deletions

View file

@ -118,6 +118,10 @@ static void Wrapping_Up_Do(StateMachineContext_T * context)
BLE_FreePacketBuffer(Event.Data);
}
break;
case KEVENT_PLAY_PRESSED_ON_REMOTE:
Transition_For_Event(context, STATE_CONFIGURING, &Event);
break;
default:
// All other events are ignored in this state.