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!
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._reconnectmethod is already implemented and can be relied on for this use case!