The Accessory button now selects team in the Configuring state. (#1)
With the advent of the new State Machine, there is opportunity in the *Configuring* state for a player to select his team by pressing the *Accessory* button. The Mobile App or IR remote can also be used, as before.  I also consolidated some duplicated code into `Set_Team_With_Audio_Feedback()`. Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #1
This commit is contained in:
parent
6f51f5b006
commit
4fe072f2d3
4 changed files with 189 additions and 141 deletions
|
@ -93,8 +93,8 @@
|
|||
#include "Logging/KLog.h"
|
||||
#include "Protocols/Protocols.h"
|
||||
#include "Settings/Settings_Interface.h"
|
||||
#include "Game/Game.h"
|
||||
#include "Audio/Audio_HW_Interface.h"
|
||||
#include "Game/Game.h"
|
||||
#include "NeoPixels/NeoPixels.h"
|
||||
#include "BLE/BLE_Packets.h"
|
||||
#include "BLE/BLE_Packet_Tracker.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue