Skip to content

Make command module public#303

Merged
jessebraham merged 1 commit into
esp-rs:mainfrom
linearlabs:command
Nov 22, 2022
Merged

Make command module public#303
jessebraham merged 1 commit into
esp-rs:mainfrom
linearlabs:command

Conversation

@bugadani

Copy link
Copy Markdown
Contributor

Functions like Connection::write_command are public, but the Command type, which is one of their argument, is not accessible outside of the crate. This PR makes the command module public so users have the opportunity to implement functionality other than flashing a binary.

@jessebraham jessebraham left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems reasonable enough, thanks!

@jessebraham jessebraham merged commit 33d7bf7 into esp-rs:main Nov 22, 2022
@bugadani bugadani deleted the command branch November 22, 2022 18:45
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