ESPChess NewGame Bug
Ordering is a little off here, but I wanted to writeup about a bug I’m seeing in the ESPChess project (post to come) and how I intend to fix it. The chessboard uses AWS IoT Shadow Service (MQTT accessed key-value store) to keep track of your and your opponents chess board state. It has a sequence number that’s incremeneted to flag when we should update our current state to match our opponents. … »