bafang-python icon indicating copy to clipboard operation
bafang-python copied to clipboard

Fix write command data length handling

Open philippsandhaus opened this issue 6 months ago • 0 comments

Summary

  • import construct's this helper
  • use variable-length buffer in write_cmd based on data_length

Testing

  • python -m py_compile protocol.py
  • pytest -q

https://chatgpt.com/codex/tasks/task_e_68ad6a955ee48324ac8076bdc358e936

philippsandhaus avatar Aug 26 '25 08:08 philippsandhaus