[PR #327] [MERGED] Flasher: Add status code and corresponding message when nRF chip is locked #3813

Closed
opened 2026-03-20 23:08:26 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/327
Author: @StefanKrupop
Created: 5/27/2024
Status: Merged
Merged: 5/27/2024
Merged by: @nlimper

Base: masterHead: flasher_show_locked


📝 Commits (1)

  • bb73984 - ESP32_Flasher: Return new status "2" when connected, but nRF is locked

📊 Changes

4 files changed (+7 additions, -2 deletions)

View changed files

📝 Tag_Flasher/ESP32_Flasher/include/swd.h (+1 -1)
📝 Tag_Flasher/ESP32_Flasher/src/swd.cpp (+1 -0)
📝 Tag_Flasher/ESP32_Flasher/src/usbflasher.cpp (+1 -1)
📝 Tag_Flasher/OEPL-Flasher.py (+4 -0)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/327 **Author:** [@StefanKrupop](https://github.com/StefanKrupop) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@nlimper](https://github.com/nlimper) **Base:** `master` ← **Head:** `flasher_show_locked` --- ### 📝 Commits (1) - [`bb73984`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/bb73984356bf3f8dcf14e8f43f5dcd1a78032b57) - ESP32_Flasher: Return new status "2" when connected, but nRF is locked ### 📊 Changes **4 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Tag_Flasher/ESP32_Flasher/include/swd.h` (+1 -1) 📝 `Tag_Flasher/ESP32_Flasher/src/swd.cpp` (+1 -0) 📝 `Tag_Flasher/ESP32_Flasher/src/usbflasher.cpp` (+1 -1) 📝 `Tag_Flasher/OEPL-Flasher.py` (+4 -0) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 23:08:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3813