mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-20 05:52:11 +08:00
61843ee71c
The condition for Sunnylink registration has been simplified and refactored within the main loop. Previously, the "is_registered" variable was being set outside the registration loop. Now, the checking process of the dongle ID in regard to the registration status is directly integrated into the while condition. This makes the code more concise and the process flow clearer.