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

Flasher: Add status code and corresponding message when nRF chip is locked #327

Merged
merged 1 commit into from
May 27, 2024

Conversation

StefanKrupop
Copy link
Contributor

I am currently working on Solum 7.5" displays (EL075H3BRA) which use an nRF chip that comes locked. Currently, the flasher treats the chip as if it was not connected. This pull requests adds a new return value and a corresponding message, explicitly telling the user that the chip is locked.

  • ESP32_Flasher: Return new status "2" when connected, but nRF is locked
  • OEPL-Flasher: Print "locked" message when flasher returns status 2
  • ESP32_Flasher: Initialize idCode to zero as failed read attempts will not set it
  • ESP32_Flasher: Print returned idCode when showDebug is enabled

- OEPL-Flasher: Print "locked" message when flasher returns status 2
- ESP32_Flasher: Initialize idCode to zero as failed read attempts will not set it
- ESP32_Flasher: Print returned idCode when showDebug is enabled
@nlimper nlimper merged commit 6a636b5 into OpenEPaperLink:master May 27, 2024
3 checks passed
@nlimper
Copy link
Collaborator

nlimper commented May 27, 2024

Thanks for adding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants