feat: implement the ESP32 opponent
This commit is contained in:
@@ -11,6 +11,7 @@ enum {
|
||||
kSpectatorCapacity = 8,
|
||||
kSessionCapacity = kPlayerCapacity + kSpectatorCapacity,
|
||||
kCommandQueueCapacity = 16,
|
||||
kBotKnowledgeCellCount = kBoardCellCount,
|
||||
kStateMessageCapacity = 512,
|
||||
kRequestBodyCapacity = 192,
|
||||
kSessionTokenBytes = 16,
|
||||
|
||||
Reference in New Issue
Block a user