We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nRF52 bootloader project has updated the family for the nRF52833 to 0x621E937A for the nRF52833.
This will ensure that 840 firmware won't be able to be flashed to a 833 and vice-versa.
We need to update the Makefile here with some if statement to check for the nRf52833.
I don't know if there is anything else that needs updating.
The text was updated successfully, but these errors were encountered:
Here is a similar change done for ESP: #5771
Sorry, something went wrong.
Changes look relatively simple. Is there a variable that indicates the target? (For the nrf port)
No branches or pull requests
nRF52 bootloader project has updated the family for the nRF52833 to 0x621E937A for the nRF52833.
This will ensure that 840 firmware won't be able to be flashed to a 833 and vice-versa.
We need to update the Makefile here with some if statement to check for the nRf52833.
I don't know if there is anything else that needs updating.
The text was updated successfully, but these errors were encountered: