-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add progress to firmware update tab #53
Comments
FirmwareUpdate.data.fragmentTransmitted.value / FirmwareUpdate.data.fragmentCount.value
|
0x00 The device was unable to receive the requested firmware data without checksum error. Not updated. if FirmwareUpdate.data.waitTime > 0 you can also add to 0xFF "Please wait xxx seconds." |
Why closed? |
FirmwareUpdate.data.updateStatus,values returns NULL only and it doesn't matter what happens during upgrade process |
Please show me the log of upgrade. Few tens of first lines are enough |
Should be done with latest commits on develop branch :) |
Does it work? Do you changes in fragmentTransmitted? |
I do fragmentsCount/fragmentsTransmitted ... has worked in my tests - should be in the new build now btw. any idea to this? #242 |
Done. |
In Configuration->FirmwareUpgrade add a lider (or just a caption) with % of progress.
% = FirmwareUpdate.data.fragmentTransmitted.value / FirmwareUpdate.data.fragmentCount.value * 100
The text was updated successfully, but these errors were encountered: