Skip to content
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

Closed
wants to merge 1 commit into from
Closed

add Blackbox Info #492

wants to merge 1 commit into from

Conversation

druckgott
Copy link
Contributor

add Blackbox Info Page

Add Blackbox Info Page, to show Space of Blackbox.

add Blackbox Info Page
Copy link

github-actions bot commented Dec 6, 2023

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
Copy link
Member

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

Copy link
Contributor Author

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

Copy link
Member

@haslinghuis haslinghuis Dec 6, 2023

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;

Copy link
Contributor Author

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

Copy link

Pull request closed automatically as inactive.

@github-actions github-actions bot closed this Dec 14, 2023
@druckgott
Copy link
Contributor Author

I did tage a Look, but forsd card there is no posinility Do delete the content with msp what i have seen.

@haslinghuis haslinghuis reopened this Dec 14, 2023
@github-actions github-actions bot removed the Inactive label Dec 15, 2023
Copy link

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.

Copy link

Pull request closed automatically as inactive.

@github-actions github-actions bot closed this Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants