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

fix device partition explorer issues with custom offset (VSC-916) #726

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

boarchuz
Copy link
Contributor

  • Cancel populatePartitionItems if custom offset input box loses focus
  • Fix hexadecimal input for custom offset: '0x' prefix was prevented by regex validation but is required by esptool.py and gen_esp32part.py
  • Pass custom offset to gen_esp32part.py to avoid misleading errors caused by using default partition table offset instead

 - Cancel the operation if custom address input box loses focus
 - Fix hexadecimal input: '0x' prefix was prevented by regex validation but is required by esptool.py and gen_esp32part.py
 - Pass custom address to gen_esp32part.py to avoid misleading errors caused by using default partition table offset instead
@brianignacio5 brianignacio5 merged commit 9cbb566 into espressif:master Jun 6, 2022
@brianignacio5
Copy link
Collaborator

Thanks for the contribution @boarchuz

@github-actions github-actions bot changed the title fix device partition explorer issues with custom offset fix device partition explorer issues with custom offset (VSC-916) Jun 6, 2022
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.

2 participants