Closed kevinhikaruevans closed 4 years ago
Simply blocking in esp32_println
will not work as the main loop is required to be free to process incoming data and return
ing will result in lost data. It needs to implement queue behavior.
Probably do another circular buffer, similar to the rx queue.
Need to prevent things from being sent while it's waiting for a command to finish