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

Allow partition_table_offset to be specified in the config file. (for #699) #700

Merged

Conversation

jnross
Copy link
Contributor

@jnross jnross commented Nov 1, 2024

Change to implement #699

I tested this with espflash.toml in the local directory:

partition_table_offset = 0xA000

[flash]
size = "8MB"

It works as expected, I can see that when I change the partition_table_offset address in the config file that the tool's behavior honors that change.

@jnross jnross force-pushed the joe/add-partition-table-offset-to-config branch from 0fae99e to b62056f Compare November 1, 2024 15:03
Copy link
Member

@jessebraham jessebraham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jessebraham jessebraham added this pull request to the merge queue Nov 2, 2024
Merged via the queue into esp-rs:main with commit 0641b71 Nov 2, 2024
28 checks passed
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