-
-
Notifications
You must be signed in to change notification settings - Fork 145
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 Blackbox Info #492
add Blackbox Info #492
Conversation
add Blackbox Info Page
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week. |
|
||
return { | ||
read = 79, -- MSP_SDCARD_SUMMARY | ||
-- write = 72, -- MSP_DATAFLASH_ERASE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to also allow erase function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have testes this But nötig happens also if i send no value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msp code 72 only works for erasing flash chip and will take some time to complete.
You can poll ready flag with first byte from msp code 70 but need to consume whole payload (13 bytes).
ready = (1st byte & 1) != 0;
supported = (1st byte & 2) != 0;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok then i will have a Look thx for information
Pull request closed automatically as inactive. |
I did tage a Look, but forsd card there is no posinility Do delete the content with msp what i have seen. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week. |
Pull request closed automatically as inactive. |
add Blackbox Info Page
Add Blackbox Info Page, to show Space of Blackbox.