mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[PR #327] [MERGED] Flasher: Add status code and corresponding message when nRF chip is locked #3813
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head: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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.