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

Add the esp-ieee802154 package to the repository #1554

Merged
merged 2 commits into from
May 15, 2024

Conversation

jessebraham
Copy link
Member

No description provided.

@jessebraham jessebraham added the skip-changelog No changelog modification needed label May 14, 2024
@bjoernQ
Copy link
Contributor

bjoernQ commented May 14, 2024

Nice to have the examples in the examples folder like all the other examples 👍

I wonder what to do about the sniffer (both on target and Wireshark code) 🤔

Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

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

LGTM - we can figure out what to do about the Wireshark plugins afterwards

@jessebraham jessebraham added this pull request to the merge queue May 15, 2024
Merged via the queue into esp-rs:main with commit 8a1df42 May 15, 2024
23 checks passed
@jessebraham jessebraham deleted the feature/esp-ieee802154 branch May 15, 2024 15:34
let mut format_char = ' ';
let mut is_long = false;
let mut found = false;
for c in s.chars() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this ascii or utf-8? If ascii then better to use bytes instead of chars.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No changelog modification needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants