mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-22 19:53:45 +08:00
c53e2134e2
* refactor(api): centralize key pair handling in SunnyLink registration - Replaced manual key reading with `BaseApi.get_key_pair` for consistency. - Simplifies code and improves maintainability of key management. * cleanup