feat: implement the ESP32 opponent

This commit is contained in:
2026-08-28 22:46:34 +03:00
parent 65eca822c0
commit ec1ff20ddd
7 changed files with 385 additions and 7 deletions
+1
View File
@@ -11,6 +11,7 @@ enum {
kSpectatorCapacity = 8,
kSessionCapacity = kPlayerCapacity + kSpectatorCapacity,
kCommandQueueCapacity = 16,
kBotKnowledgeCellCount = kBoardCellCount,
kStateMessageCapacity = 512,
kRequestBodyCapacity = 192,
kSessionTokenBytes = 16,