Hello everyone,
after a while I found the time to rework the code of my project. Since large parts of the code were done automatically by means of AI, readability and structure were limited. Now I put more human thoughts into it and was able to reduce the complexity and number of code lines. One major aprovement was using p5.js for the webbrowser javascript part. It took away a lot of boilerplate code. Probably I will write more about p5.js in my Uno Q Graphics Stack thread. I also discarded crc16 tests between MCU and MPU.
Here is an overview of the code reduction:
Roughly 1/4 of the code (~500 lines) are gone.
Link to the new GitHub-Repository:
