Skip to content

Add the esp-ieee802154 package to the repository#1554

Merged
jessebraham merged 2 commits intoesp-rs:mainfrom
jessebraham:feature/esp-ieee802154
May 15, 2024
Merged

Add the esp-ieee802154 package to the repository#1554
jessebraham merged 2 commits intoesp-rs:mainfrom
jessebraham:feature/esp-ieee802154

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
@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