Closed carl-anders closed 1 year ago
I'm unsure if this is the way we want to implement this. The response is unlike any other packet, so it needs some special handling. We're kinda "lucky" that "\x03Hey OVR =D 5" fits nicely as:
Doing it this way works but feels very hacky?
Protip: don't handle the packet content at all, just like the actual firmware :D
Check clippy
I'm unsure if this is the way we want to implement this. The response is unlike any other packet, so it needs some special handling. We're kinda "lucky" that "\x03Hey OVR =D 5" fits nicely as:
Doing it this way works but feels very hacky?