fix(balance): correct IMU import and add quick_test entrypoint

- Updated import in `balance.py` from `dm_imu_pkg` to the correct `dm_imu` package.
- Introduced `quick_test()` function as a convenient debugging entry point, moving the previous script execution logic into this callable.
- Modified `__main__` block to display a UI usage message instead of directly running the balance loop.
- Revised `dm_imu.egg-info/PKG-INFO` to reflect the new Gradio‑based control panel documentation and project description.
This commit is contained in:
2025-12-11 12:12:12 +08:00
parent 06482c14de
commit 7c3d18ffcb
5 changed files with 136 additions and 108 deletions