Great to see your code developing so well and building/re-purposing on your previous "routines" 😀nice description of the string checksum bug & RcvBuffer issue - thanks for showing those points.
It was interesting to find the buffer issue and the bug it exposed. Put in a bit of temp code using type() to discover the int/str issue. The buffer overrun took a cup of tea, while I waited to catch it. And then another cup while I proved the fix for it :-)
Great solution. Very well done. I like the corridor-effect in your game.
Thanks for sharing.
I wanted something a bit more adventurous than a single box :-)
Great to see your code developing so well and building/re-purposing on your previous "routines" 😀nice description of the string checksum bug & RcvBuffer issue - thanks for showing those points.
It was interesting to find the buffer issue and the bug it exposed. Put in a bit of temp code using type() to discover the int/str issue. The buffer overrun took a cup of tea, while I waited to catch it. And then another cup while I proved the fix for it :-)
@@ianneill9188 😀
Very good and interesting multi-room game! I haven't seen some of the others solutions so I'm late getting around to it. Congrats on the solution!
Thanks! I have learnt loads about python and Arduino while working on this. I hope you find it helpful too.