You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, updating any CC device's firmware is much harder than it should be. Since this library uses a high level language, it's possible to write a method that pulls in the latest firmware version and updates the device with it.
This would require sending the device into bootloader mode which would disconnect it from the host system, however the Device._reconnect method is already implemented and can be relied on for this use case!
The text was updated successfully, but these errors were encountered:
Currently, updating any CC device's firmware is much harder than it should be. Since this library uses a high level language, it's possible to write a method that pulls in the latest firmware version and updates the device with it.
This would require sending the device into bootloader mode which would disconnect it from the host system, however the
Device._reconnect
method is already implemented and can be relied on for this use case!The text was updated successfully, but these errors were encountered: